Go to the documentation of this file.00001
00002 void C_LinStatExpCov(const double *x, const int p,
00003 const double *y, const int q,
00004 const double *weights, const int n,
00005 const int cexpcovinf, SEXP expcovinf, SEXP ans);
00006 void C_LinStatExpCovMPinv(SEXP linexpcov, double tol);
00007 void C_MLinearStatistic(SEXP linexpcov, SEXP ScoreMatrix, SEXP ans);
00008 double C_TestStatistic(const SEXP linexpcov, const int type, const double tol);
00009 double C_ConditionalPvalue(const double tstat, SEXP linexpcov,
00010 const int type, double tol,
00011 int *maxpts, double *releps, double *abseps);