#include "party.h"
Include dependency graph for LinearStatistic.c:
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) |
SEXP | R_LinearStatistic (SEXP x, SEXP y, SEXP weights) |
void | C_ExpectCovarInfluence (const double *y, const int q, const double *weights, const int n, SEXP ans) |
SEXP | R_ExpectCovarInfluence (SEXP y, SEXP weights) |
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) |
SEXP | R_ExpectCovarLinearStatistic (SEXP x, SEXP y, SEXP weights, SEXP expcovinf) |
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_PermutedLinearStatistic (SEXP x, SEXP y, SEXP indx, SEXP perm) |
void | C_scmatleft (const double *x, const int p, const int q, double *ans) |
SEXP | R_scmatleft (SEXP x, SEXP pq) |
void | C_scmatright (const double *x, const int p, const int q, double *ans) |
SEXP | R_scmatright (SEXP x, SEXP pq) |
Definition in file LinearStatistic.c.
|
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(). |
|
Score matrix for a linear combination of a linear statistic from the left
Definition at line 440 of file LinearStatistic.c. Referenced by R_scmatleft(). |
|
Score matrix for a linear combination of a linear statistic from the right
Definition at line 505 of file LinearStatistic.c. Referenced by R_scmatright(). |
|
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: ![]() |
|
R-interface to C_ExpectCovarLinearStatistic
Definition at line 306 of file LinearStatistic.c. References C_ExpectCovarLinearStatistic(), ncol(), nrow(), PL2_covarianceSym, and PL2_expectationSym. Here is the call graph for this function: ![]() |
|
R-interface to C_LinearStatistic
Definition at line 59 of file LinearStatistic.c. References C_LinearStatistic(), ncol(), and nrow(). Here is the call graph for this function: ![]() |
|
Linear Statistic with permuted indices
Definition at line 384 of file LinearStatistic.c. References C_PermutedLinearStatistic(), ncol(), and nrow(). Here is the call graph for this function: ![]() |
|
R-interface to C_scmatleft
Definition at line 472 of file LinearStatistic.c. References C_scmatleft(). Here is the call graph for this function: ![]() |
|
R-interface to C_scmatright
Definition at line 537 of file LinearStatistic.c. References C_scmatright(). Here is the call graph for this function: ![]() |