yat
0.14.5pre
|
Statistical modeling of data. More...
Classes | |
class | AkimaInterpolation |
Non-rounded Akima spline with natural boundary conditions. More... | |
class | AkimaPeriodicInterpolation |
AkimaPeriodic interpolation. More... | |
class | CSplineInterpolation |
Cubic spline with natural boundary conditions. More... | |
class | CSplinePeriodicInterpolation |
Cubic spline with periodic boundary conditions. More... | |
class | GSLInterpolation |
Base class for interfacing GSL interpolation. More... | |
class | Kernel |
Interface Class for calculating the weights in a more general way than classical rectangular windows. More... | |
class | KernelBox |
Class for KernelBox a.k.a. rectangular window. More... | |
class | KernelTriCube |
Class for TriCubal kernel. More... | |
class | Linear |
linear regression. More... | |
class | LinearInterpolation |
Linear interpolation. More... | |
class | LinearWeighted |
linear regression. More... | |
class | Local |
Class for Locally weighted regression. More... | |
class | MultiDimensional |
MultiDimesional fitting. More... | |
class | MultiDimensionalWeighted |
MultiDimesional fitting. More... | |
class | Naive |
Naive Regression. More... | |
class | NaiveWeighted |
naive fitting. More... | |
class | OneDimensional |
Interface Class for One Dimensional fitting. More... | |
class | OneDimensionalWeighted |
Interface Class for One Dimensional fitting in a weighted fashion. More... | |
class | Polynomial |
Polynomial regression. More... | |
class | PolynomialInterpolation |
Polynomial interpolation. More... | |
class | PolynomialWeighted |
Polynomial Regression in weighted fashion. More... | |
class | TukeyBiweight |
Statistical modeling of data.