#include "party.h"
Include dependency graph for Distributions.c:
Go to the source code of this file.
Functions | |
double | C_quadformConditionalPvalue (const double tstat, const double df) |
SEXP | R_quadformConditionalPvalue (SEXP tstat, SEXP df) |
double | C_maxabsConditionalPvalue (const double tstat, const double *Sigma, const int pq, int *maxpts, double *releps, double *abseps, double *tol) |
SEXP | R_maxabsConditionalPvalue (SEXP tstat, SEXP Sigma, SEXP maxpts, SEXP releps, SEXP abseps, SEXP tol) |
void | C_MonteCarlo (double *criterion, SEXP learnsample, SEXP weights, SEXP fitmem, SEXP varctrl, SEXP gtctrl, double *ans_pvalues) |
SEXP | R_MonteCarlo (SEXP criterion, SEXP learnsample, SEXP weights, SEXP fitmem, SEXP varctrl, SEXP gtctrl) |
Definition in file Distributions.c.
|
Conditional asymptotic P-value of a maxabs-type test statistic
Definition at line 52 of file Distributions.c. References mvtdst. Referenced by C_ConditionalPvalue(), and R_maxabsConditionalPvalue(). |
|
Monte-Carlo approximation to the conditional pvalues
Definition at line 169 of file Distributions.c. References C_LinearStatistic(), C_max(), C_PermutedLinearStatistic(), C_SampleNoReplace(), C_TeststatCriterion(), get_ninputs(), get_nobs(), get_nresample(), get_transformation(), get_varmemory(), has_missings(), ncol(), PL2_expcovinfSym, PL2_inputsSym, PL2_linearstatisticSym, PL2_responsesSym, and PL2_sumweightsSym. Referenced by C_GlobalTest(), and R_MonteCarlo(). Here is the call graph for this function: ![]() |
|
Conditional asymptotic P-value of a quadratic form
Definition at line 18 of file Distributions.c. Referenced by C_ConditionalPvalue(), and R_quadformConditionalPvalue(). |
|
R-interface to C_maxabsConditionalPvalue
Definition at line 142 of file Distributions.c. References C_maxabsConditionalPvalue(), and nrow(). Here is the call graph for this function: ![]() |
|
R-interface to C_MonteCarlo
Definition at line 281 of file Distributions.c. References C_MonteCarlo(), and get_ninputs(). Here is the call graph for this function: ![]() |
|
R-interface to C_quadformConditionalPvalue
Definition at line 29 of file Distributions.c. References C_quadformConditionalPvalue(). Here is the call graph for this function: ![]() |