Elaboradar 0.1
|
Generic Class to perform statistical analysis Statistic object could be used as accumulator of data and performs statistical computations such as mean, variance, standard deviation, linear fit. Continua...
#include <statistics.h>
Membri pubblici | |
void | clear () |
Reset the Statistic object to a null state. | |
T | compute_slope (unsigned minimum=2) |
Compute least square linear fit (no exception if only scalars where provided) | |
T | compute_intercept (unsigned minimum=2) |
Compute least square linear fit (no exception if only scalars where provided) | |
T | compute_variance (unsigned minimum=1) |
Compute variance of the distribution of x values. | |
T | compute_dev_std (unsigned minimum=1) |
Compute standard deviation of the distribution of x values. | |
T | compute_mean (unsigned minimum=1) |
Compute mean of the distribution of x values. | |
Generic Class to perform statistical analysis Statistic object could be used as accumulator of data and performs statistical computations such as mean, variance, standard deviation, linear fit.
Definizione alla linea 21 del file statistics.h.