Adaptive rdist: params are (nfeatures-1, 0, 1)
Methods
| cdf(x) | |
| dists() | Implementations returns a sequence of the dist_class instances that were used to fit the distribution. |
| fit(measure, wdata[, vdata]) | Cares about dimensionality of the feature space in measure |
| p(x[, return_tails]) | Returns the p-value for values of x. |
| rcdf(x) | Implementations return the value of the reverse cumulative distribution function. |
| reset() |
| Parameters: | dist : distribution object
enable_ca : None or list of str
disable_ca : None or list of str
tail : {‘left’, ‘right’, ‘any’, ‘both’}
descr : str
|
|---|
Methods
| cdf(x) | |
| dists() | Implementations returns a sequence of the dist_class instances that were used to fit the distribution. |
| fit(measure, wdata[, vdata]) | Cares about dimensionality of the feature space in measure |
| p(x[, return_tails]) | Returns the p-value for values of x. |
| rcdf(x) | Implementations return the value of the reverse cumulative distribution function. |
| reset() |