swh:1:snp:813359ba77493c9d5dd1abad9a1f53490a8abf57
Raw File
Tip revision: aec30b66c4e1306c9ac84c6a4ff9eff9937f6c98 authored by Torsten Hothorn on 24 August 2006, 00:00:00 UTC
version 0.4-10
Tip revision: aec30b6
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