BDE 4.39.x 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/// @{
10/// * <a href="#bdlsta-purpose"> Purpose</a>
11/// * <a href="#bdlsta-mnemonic"> Mnemonic </a>
12/// * <a href="#bdlsta-description"> Description </a>
13/// * <a href="#bdlsta-hierarchical-synopsis"> Hierarchical Synopsis </a>
14/// * <a href="#bdlsta-component-synopsis"> Component Synopsis </a>
15///
16/// # Purpose {#bdlsta-purpose}
17/// Provide basic statistical computations.
18///
19/// # Mnemonic {#bdlsta-mnemonic}
20/// Basic Development Library STAtistics (bdlsta)
21///
22/// # Description {#bdlsta-description}
23/// The 'bdlsta' package provides basic statistical computations. At
24/// the moment, this package contains a component, @ref bdlsta_moment , for
25/// calculating mean, variance, skew, and kurtosis. Another component,
26/// @ref bdlsta_linefit , is for calculating linear sqaures line fit.
27///
28/// ## Hierarchical Synopsis {#bdlsta-hierarchical-synopsis}
29///
30/// The 'bdlsta' package currently has 2 components having 1 level of physical
31/// dependency. The list below shows the hierarchical ordering of the components.
32/// The order of components within each level is not architecturally significant,
33/// just alphabetical.
34/// @code
35/// 1. bdlsta_linefit
36/// bdlsta_moment
37/// @endcode
38///
39/// ## Component Synopsis {#bdlsta-component-synopsis}
40///
41/// @ref bdlsta_linefit :
42/// Online algorithm for computing the least squares regression line.
43///
44/// @ref bdlsta_moment :
45/// Online algorithm for mean, variance, skew, and kurtosis.
46///
47/// @}
48/** @} */