BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlsta.h
Go to the documentation of this file.
1/// @file bdlsta.h
2///
3///
4/// @defgroup bdlsta Package bdlsta
5/// @brief Basic Development Library STAtistics (bdlsta)
6/// @addtogroup bdl
7/// @{
8/// @addtogroup bdlsta
9/// [bdlsta]: group__bdlsta.html
10/// @{
11///
12/// # Purpose {#bdlsta-purpose}
13/// Provide basic statistical computations.
14///
15/// # Mnemonic {#bdlsta-mnemonic}
16/// Basic Development Library STAtistics (bdlsta)
17///
18/// # Description {#bdlsta-description}
19/// The 'bdlsta' package provides basic statistical computations. At
20/// the moment, this package contains a component, @ref bdlsta_moment , for
21/// calculating mean, variance, skew, and kurtosis. Another component,
22/// @ref bdlsta_linefit , is for calculating linear sqaures line fit.
23///
24/// ## Hierarchical Synopsis
25///
26/// The 'bdlsta' package currently has 2 components having 1 level of physical
27/// dependency. The list below shows the hierarchical ordering of the components.
28/// The order of components within each level is not architecturally significant,
29/// just alphabetical.
30/// @code
31/// 1. bdlsta_linefit
32/// bdlsta_moment
33/// @endcode
34///
35/// ## Component Synopsis
36///
37/// @ref bdlsta_linefit :
38/// Online algorithm for computing the least squares regression line.
39///
40/// @ref bdlsta_moment :
41/// Online algorithm for mean, variance, skew, and kurtosis.
42///
43/// @}
44/** @} */