This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | C_LinearStatistic (const double *x, const int p, const double *y, const int q, const double *weights, const int n, double *ans) |
void | C_ExpectCovarInfluence (const double *y, const int q, const double *weights, const int n, SEXP ans) |
void | C_ExpectCovarLinearStatistic (const double *x, const int p, const double *y, const int q, const double *weights, const int n, const SEXP expcovinf, SEXP ans) |
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) |
SEXP | R_ExpectCovarInfluence (SEXP y, SEXP weights) |
|
Conditional expectation and covariance of the influence function
Definition at line 101 of file LinearStatistic.c. References PL2_covarianceSym, PL2_expectationSym, and PL2_sumweightsSym. Referenced by C_GlobalTest(), C_LinStatExpCov(), C_surrogates(), and R_ExpectCovarInfluence(). |
|
Conditional expectation and covariance of the a linear statistic
Definition at line 213 of file LinearStatistic.c. References C_kronecker(), PL2_covarianceSym, PL2_expectationSym, and PL2_sumweightsSym. Referenced by C_LinStatExpCov(), and R_ExpectCovarLinearStatistic(). Here is the call graph for this function: ![]() |
|
Computes the linear statistic, formula (1) in the paper
Definition at line 23 of file LinearStatistic.c. Referenced by C_LinStatExpCov(), C_MonteCarlo(), and R_LinearStatistic(). |
|
Linear Statistic with permuted indices
Definition at line 351 of file LinearStatistic.c. Referenced by C_MonteCarlo(), and R_PermutedLinearStatistic(). |
|
R-interface to C_ExpectCovarInfluence
Definition at line 171 of file LinearStatistic.c. References C_ExpectCovarInfluence(), ncol(), nrow(), PL2_covarianceSym, PL2_expectationSym, and PL2_sumweightsSym. Here is the call graph for this function: ![]() |