BDE 4.14.0 Production release
|
Modules | |
bdlsta_linefit | |
Online algorithm for computing the least squares regression line. | |
bdlsta_moment | |
Online algorithm for mean, variance, skew, and kurtosis. | |
Provide basic statistical computations.
Basic Development Library STAtistics (bdlsta)
The 'bdlsta' package provides basic statistical computations. At the moment, this package contains a component, bdlsta_moment , for calculating mean, variance, skew, and kurtosis. Another component, bdlsta_linefit , is for calculating linear sqaures line fit.
The 'bdlsta' package currently has 2 components having 1 level of physical dependency. The list below shows the hierarchical ordering of the components. The order of components within each level is not architecturally significant, just alphabetical.
bdlsta_linefit : Online algorithm for computing the least squares regression line.
bdlsta_moment : Online algorithm for mean, variance, skew, and kurtosis.