Vespucci  1.0.0
Vespucci::Math::Stats Namespace Reference

Functions

VESPUCCI_EXPORT double TInterval (double alpha, double stddev, unsigned int n)
 Vespucci::Math::Stats::TInterval. More...
 
VESPUCCI_EXPORT std::pair< double, double > ChiSquaredInterval (double alpha, double stddev, unsigned int n)
 Vespucci::Math::Stats::ChiSquaredInterval. More...
 
VESPUCCI_EXPORT arma::uvec GenerateHistogram (const arma::mat &data, arma::vec &edges, uint bins=0)
 
VESPUCCI_EXPORT uint EstimateBinCount (const arma::mat &data)
 

Function Documentation

std::pair< double, double > Vespucci::Math::Stats::ChiSquaredInterval ( double  alpha,
double  stddev,
unsigned int  n 
)

Vespucci::Math::Stats::ChiSquaredInterval.

Parameters
alpha
stddev
n
Returns
First value is lower limit, second value is upper limit

Definition at line 47 of file confidenceinterval.cpp.

uint Vespucci::Math::Stats::EstimateBinCount ( const arma::mat &  data)

Definition at line 40 of file histogram.cpp.

arma::uvec Vespucci::Math::Stats::GenerateHistogram ( const arma::mat &  data,
arma::vec &  edges,
uint  bins = 0 
)

Definition at line 21 of file histogram.cpp.

double Vespucci::Math::Stats::TInterval ( double  alpha,
double  stddev,
unsigned int  n 
)

Vespucci::Math::Stats::TInterval.

Parameters
alpha
stddev
n
Returns
Width of the TInterval

Definition at line 31 of file confidenceinterval.cpp.