00001 00002 void C_PermutedLinearStatistic(const double *x, const int p, 00003 const double *y, const int q, 00004 const int n, const int nperm, 00005 const int *indx, const int *perm, 00006 double *ans);