swh:1:snp:813359ba77493c9d5dd1abad9a1f53490a8abf57
Raw File
Tip revision: 7554a8bb9f59e898babb9f676bc6e6e6fe2d58dc authored by Torsten Hothorn on 28 June 2007, 00:00:00 UTC
version 0.6-4
Tip revision: 7554a8b
LinearStatistic.h

void C_PermutedLinearStatistic(const double *x, const int p,
                               const double *y, const int q,
                               const int n, const int nperm,
                               const int *indx, const int *perm,
                               double *ans);
back to top