Go to the source code of this file.
Functions | |
float | mean (EST_FVector &v) |
float | sum (EST_FVector &v) |
EST_FVector | mean (EST_FMatrix &m) |
EST_FVector | sample_variance (EST_FMatrix &m) |
EST_FVector | sample_stdev (EST_FMatrix &m) |
EST_FMatrix | sample_covariance (EST_FMatrix &m) |
EST_FMatrix | sample_correlation (EST_FMatrix &m) |
EST_FMatrix | euclidean_distance (EST_FMatrix &m) |
EST_FMatrix | normalise (EST_FMatrix &m, EST_FVector &sub, EST_FVector &div) |
EST_FMatrix | penrose_distance (EST_FMatrix &gu, EST_FVector &gv) |
float | single_mahal (EST_FMatrix &ui, EST_FMatrix &uj, EST_FMatrix &invv) |
EST_FMatrix | mahalanobis_distance (EST_FMatrix &gu, EST_FMatrix &covar) |
float | simple_penrose (EST_FVector &ui, EST_FVector &uj, EST_FVector &v) |
EST_FMatrix | population_mean (EST_FMatrix *in, int num_pop) |
EST_FMatrix | add_populations (EST_FMatrix *in, int num_pop) |
float mean | ( | EST_FVector & | v | ) |
Definition at line 44 of file EST_multistats.cc.
float sum | ( | EST_FVector & | v | ) |
Definition at line 55 of file EST_multistats.cc.
EST_FVector mean | ( | EST_FMatrix & | m | ) |
Definition at line 66 of file EST_multistats.cc.
EST_FVector sample_variance | ( | EST_FMatrix & | m | ) |
Definition at line 82 of file EST_multistats.cc.
EST_FVector sample_stdev | ( | EST_FMatrix & | m | ) |
Definition at line 101 of file EST_multistats.cc.
EST_FMatrix sample_covariance | ( | EST_FMatrix & | m | ) |
Definition at line 113 of file EST_multistats.cc.
EST_FMatrix sample_correlation | ( | EST_FMatrix & | m | ) |
Definition at line 134 of file EST_multistats.cc.
EST_FMatrix euclidean_distance | ( | EST_FMatrix & | m | ) |
Definition at line 150 of file EST_multistats.cc.
EST_FMatrix normalise | ( | EST_FMatrix & | m, |
EST_FVector & | sub, | ||
EST_FVector & | div | ||
) |
Definition at line 159 of file EST_multistats.cc.
EST_FMatrix penrose_distance | ( | EST_FMatrix & | gu, |
EST_FVector & | gv | ||
) |
Definition at line 174 of file EST_multistats.cc.
float single_mahal | ( | EST_FMatrix & | ui, |
EST_FMatrix & | uj, | ||
EST_FMatrix & | invv | ||
) |
Definition at line 194 of file EST_multistats.cc.
EST_FMatrix mahalanobis_distance | ( | EST_FMatrix & | gu, |
EST_FMatrix & | covar | ||
) |
Definition at line 207 of file EST_multistats.cc.
float simple_penrose | ( | EST_FVector & | ui, |
EST_FVector & | uj, | ||
EST_FVector & | v | ||
) |
Definition at line 226 of file EST_multistats.cc.
EST_FMatrix population_mean | ( | EST_FMatrix * | in, |
int | num_pop | ||
) |
Definition at line 239 of file EST_multistats.cc.
EST_FMatrix add_populations | ( | EST_FMatrix * | in, |
int | num_pop | ||
) |
Definition at line 254 of file EST_multistats.cc.