class <Samples> Samples : public TclObject

a set of statistical samples

Inheritance:


Public Methods

int cnt()
int command(int argc, const char*const* argv)
double mean()
void newPoint(double val)
void reset()
Samples()
double sum()
double variance()

Protected Fields

int cnt_
count of samples
double sqsum_
sum of (x_i)^2
double sum_
sum of x_i

Documentation

a set of statistical samples
Samples()

void newPoint(double val)

int cnt()

double sum()

double mean()

double variance()

void reset()

int command(int argc, const char*const* argv)

int cnt_
count of samples

double sum_
sum of x_i

double sqsum_
sum of (x_i)^2


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de