#include "party.h"
Include dependency graph for TestStatistic.c:
Go to the source code of this file.
Functions | |
void | C_standardize (const double *t, const double *mu, const double *Sigma, int pq, double tol, double *ans) |
void | C_absstandardize (const double *t, const double *mu, const double *Sigma, int pq, double tol, double *ans) |
double | C_maxabsTestStatistic (const double *t, const double *mu, const double *Sigma, int pq, double tol) |
SEXP | R_maxabsTestStatistic (SEXP t, SEXP mu, SEXP Sigma, SEXP tol) |
double | C_quadformTestStatistic (const double *t, const double *mu, const double *SigmaPlus, int pq) |
SEXP | R_quadformTestStatistic (SEXP t, SEXP mu, SEXP SigmaPlus) |
Definition in file TestStatistic.c.
|
Absolute values of standardized statistics
Definition at line 49 of file TestStatistic.c. References C_abs(), and C_standardize(). Referenced by C_maxabsTestStatistic(). Here is the call graph for this function: ![]() |
|
Maximum absolute values of standardized statistics
Definition at line 66 of file TestStatistic.c. References C_absstandardize(), and C_max(). Referenced by C_TestStatistic(), and R_maxabsTestStatistic(). Here is the call graph for this function: ![]() |
|
Quadratic form t(t - mu) SigmaPlus (t - mu)
Definition at line 110 of file TestStatistic.c. Referenced by C_TestStatistic(), and R_quadformTestStatistic(). |
|
Standardizes a statistic t of length pq with mean mu and covariance Sigma for variances > tol
Definition at line 23 of file TestStatistic.c. Referenced by C_absstandardize(), C_Node(), and R_splitcategorical(). |
|
R-interface to C_maxabsTestStatistic
Definition at line 87 of file TestStatistic.c. References C_maxabsTestStatistic(). Here is the call graph for this function: ![]() |
|
R-interface to C_quadformTestStatistic
Definition at line 140 of file TestStatistic.c. References C_quadformTestStatistic(). Here is the call graph for this function: ![]() |