|
SPRAAK
|
(this module ignores this pointer) More...
Data Fields | |
| int | vlen |
| vector length More... | |
| int | what |
| which buffers are allocated for which purpose More... | |
| double | ndata |
| number of data points used for the statistics More... | |
| double * | moment1 |
| first order moment (mean) More... | |
| double * | moment2 |
| second order moment (variance) More... | |
| SprMathReal * | mean |
| mean, converted to the base type More... | |
| SprMathReal * | sigma |
| sigma, converted to the base type More... | |
| SprMathReal * | covar |
| covariance matrix, converted to the base type More... | |
| void * | add_stats |
| add additional statistics here More... | |
(this module ignores this pointer)
| int SprStatsStats::vlen |
vector length
| int SprStatsStats::what |
which buffers are allocated for which purpose
| double SprStatsStats::ndata |
number of data points used for the statistics
| double* SprStatsStats::moment1 |
first order moment (mean)
| double* SprStatsStats::moment2 |
second order moment (variance)
| SprMathReal* SprStatsStats::mean |
mean, converted to the base type
| SprMathReal* SprStatsStats::sigma |
sigma, converted to the base type
| SprMathReal* SprStatsStats::covar |
covariance matrix, converted to the base type
| void* SprStatsStats::add_stats |
add additional statistics here
1.8.6