#include "CI_common.h"
Include dependency graph for LinearStatistic.c:
Go to the source code of this file.
Functions | |
void | C_kronecker (const double *A, const int m, const int n, const double *B, const int r, const int s, double *ans) |
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_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_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 54 of file LinearStatistic.c. References CI_covarianceSym, CI_expectationSym, and CI_sumweightsSym. Referenced by R_ExpectCovarInfluence(). |
|
Conditional expectation and covariance of the a linear statistic
Definition at line 166 of file LinearStatistic.c. References C_kronecker(), CI_covarianceSym, CI_expectationSym, and CI_sumweightsSym. Referenced by R_ExpectCovarLinearStatistic(). Here is the call graph for this function: ![]() |
|
Computes the Kronecker product of two matrices
Definition at line 22 of file LinearStatistic.c. Referenced by C_ExpectCovarLinearStatistic(). |
|
Computes the linear statistic, formula (1) in the paper
Definition at line 301 of file LinearStatistic.c. Referenced by R_LinearStatistic(). |
|
Linear Statistic with permuted indices
Definition at line 383 of file LinearStatistic.c. Referenced by R_MonteCarloIndependenceTest(), and R_PermutedLinearStatistic(). |
|
Score matrix for a linear combination of a linear statistic from the left
Definition at line 472 of file LinearStatistic.c. Referenced by R_scmatleft(). |
|
Score matrix for a linear combination of a linear statistic from the right
Definition at line 537 of file LinearStatistic.c. Referenced by R_scmatright(). |
|
R-interface to C_ExpectCovarInfluence
Definition at line 124 of file LinearStatistic.c. References C_ExpectCovarInfluence(), CI_covarianceSym, CI_expectationSym, CI_sumweightsSym, ncol(), and nrow(). Here is the call graph for this function: ![]() |
|
R-interface to C_ExpectCovarLinearStatistic
Definition at line 259 of file LinearStatistic.c. References C_ExpectCovarLinearStatistic(), CI_covarianceSym, CI_expectationSym, ncol(), and nrow(). Here is the call graph for this function: ![]() |
|
R-interface to C_LinearStatistic
Definition at line 337 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 416 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 504 of file LinearStatistic.c. References C_scmatleft(). Here is the call graph for this function: ![]() |
|
R-interface to C_scmatright
Definition at line 569 of file LinearStatistic.c. References C_scmatright(). Here is the call graph for this function: ![]() |