39 #ifndef __Multistats_H__ 40 #define __Multistats_H__ 69 #define OLS_IGNORE 100 94 #endif // __Multistats_H__ int ols_test(const EST_FMatrix &real, const EST_FMatrix &predicted, float &correlation, float &rmse)
EST_FMatrix euclidean_distance(EST_FMatrix &m)
EST_FVector sample_stdev(EST_FMatrix &m)
int robust_ols(const EST_FMatrix &X, const EST_FMatrix &Y, EST_FMatrix &coeffs)
EST_FMatrix mahalanobis_distance(EST_FMatrix &gu, EST_FMatrix &v)
int ols(const EST_FMatrix &X, const EST_FMatrix &Y, EST_FMatrix &coeffs)
EST_FVector sample_variance(EST_FMatrix &m)
A vector class for floating point numbers. EST_FVector x should be used instead of float *x wherever ...
EST_FMatrix population_mean(EST_FMatrix *in, int num_pop)
EST_FMatrix add_populations(EST_FMatrix *in, int num_pop)
void print_confusion(const EST_FMatrix &a, EST_StrStr_KVL &list, EST_StrList &lex)
EST_FMatrix sub(const EST_FMatrix &a, ssize_t row, ssize_t col)
int stepwise_ols(const EST_FMatrix &X, const EST_FMatrix &Y, const EST_StrList &feat_names, float limit, EST_FMatrix &coeffs, const EST_FMatrix &Xtest, const EST_FMatrix &Ytest, EST_IVector &included)
EST_FMatrix confusion(EST_StrStr_KVL &list, EST_StrList &lex)
EST_FMatrix sample_correlation(EST_FMatrix &m)
int ols_apply(const EST_FMatrix &samples, const EST_FMatrix &coeffs, EST_FMatrix &res)
float mean(EST_FVector &m)
float correlation(EST_Track &a, EST_Track &b, ssize_t channel)
EST_FMatrix penrose_distance(EST_FMatrix &m)
EST_FMatrix sample_covariance(EST_FMatrix &m)
EST_FMatrix normalise(EST_FMatrix &m, EST_FVector &sub, EST_FVector &div)