Switch to unified view

a b/partyMod/src/Convenience.h
1
                
2
void C_LinStatExpCov(const double *x, const int p,
3
                     const double *y, const int q,
4
                     const double *weights, const int n,
5
                     const int cexpcovinf, SEXP expcovinf, SEXP ans);
6
void C_LinStatExpCovMPinv(SEXP linexpcov, double tol);
7
void C_MLinearStatistic(SEXP linexpcov, SEXP ScoreMatrix, SEXP ans);
8
double C_TestStatistic(const SEXP linexpcov, const int type, const double tol);
9
double C_ConditionalPvalue(const double tstat, SEXP linexpcov,
10
                           const int type, double tol,
11
                           int *maxpts, double *releps, double *abseps);