Quick Links:

bal | bbl | bdl | bsl

Components

Package bdlsta
[Package Group bdl]

Provide basic statistical computations. More...

Components

 Component bdlsta_linefit
 

Online algorithm for computing the least squares regression line.

 Component bdlsta_moment
 

Online algorithm for mean, variance, skew, and kurtosis.


Detailed Description

Outline
Purpose:
Provide basic statistical computations.
MNEMONIC: Basic Development Library STAtistics (bdlsta):
Description:
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.
Hierarchical Synopsis:
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.
  1. bdlsta_linefit
     bdlsta_moment
Component Synopsis:
bdlsta_linefit:
Online algorithm for computing the least squares regression line.
bdlsta_moment:
Online algorithm for mean, variance, skew, and kurtosis.