#include "coin_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) |
SEXP | R_kronecker (SEXP A, SEXP B) |
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) |
Definition in file LinearStatistic.c.
|
Conditional expectation and covariance of the influence function
Definition at line 80 of file LinearStatistic.c. References coin_covarianceSym, coin_expectationSym, and coin_sumweightsSym. Referenced by R_ExpectCovarInfluence(). |
|
Conditional expectation and covariance of the a linear statistic
Definition at line 192 of file LinearStatistic.c. References coin_covarianceSym, coin_expectationSym, and coin_sumweightsSym. Referenced by R_ExpectCovarLinearStatistic(). |
|
Computes the Kronecker product of two matrices
Definition at line 22 of file LinearStatistic.c. Referenced by R_kronecker(). |
|
Computes the linear statistic, formula (1) in the paper
Definition at line 327 of file LinearStatistic.c. Referenced by R_LinearStatistic(). |
|
Linear Statistic with permuted indices
Definition at line 409 of file LinearStatistic.c. Referenced by R_MonteCarloIndependenceTest(). |
|
R-interface to C_ExpectCovarInfluence
Definition at line 150 of file LinearStatistic.c. References C_ExpectCovarInfluence(), coin_covarianceSym, coin_expectationSym, coin_sumweightsSym, ncol(), and nrow(). Here is the call graph for this function: ![]() |
|
R-interface to C_ExpectCovarLinearStatistic
Definition at line 285 of file LinearStatistic.c. References C_ExpectCovarLinearStatistic(), coin_covarianceSym, coin_expectationSym, ncol(), and nrow(). Here is the call graph for this function: ![]() |
|
R-interface to C_kronecker
Definition at line 51 of file LinearStatistic.c. References C_kronecker(), ncol(), and nrow(). Here is the call graph for this function: ![]() |
|
R-interface to C_LinearStatistic
Definition at line 363 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 442 of file LinearStatistic.c. References nrow(). Here is the call graph for this function: ![]() |