
| Interface | Description |
|---|---|
| KernelDensityFunction |
Inner function of a kernel density estimator.
|
| Class | Description |
|---|---|
| EpanechnikovKernelDensityFunction |
Epanechnikov kernel density estimator.
|
| GaussianKernelDensityFunction |
Gaussian kernel density estimator.
|
| 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.
|
| QuickSelect |
QuickSelect computes ("selects") the element at a given rank and can be used
to compute Medians and arbitrary quantiles by computing the appropriate rank.
|
| StudentDistribution |
Tabelarizes the values for student distribution.
|
| TriangularKernelDensityFunction |
Triangular kernel density estimator.
|
| UniformKernelDensityFunction |
Uniform / Rectangular kernel density estimator.
|
Statistical tests and methods.