
| Class | Description |
|---|---|
| KernelDensityEstimator |
Estimate density given an array of points.
|
| LinearRegression | |
| MultipleLinearRegression |
Multiple linear regression attempts to model the relationship between two or
more explanatory variables and a response variable by fitting a linear
equation to observed data.
|
| PolynomialRegression |
A polynomial fit is a specific type of multiple regression.
|
| ProbabilityWeightedMoments |
Estimate the L-Moments of a sample.
|
Statistical tests and methods.