#include "coin_common.h"
Include dependency graph for Helpers.c:
Go to the source code of this file.
Functions | |
int | nrow (SEXP x) |
int | ncol (SEXP x) |
void | C_SampleNoReplace (int *x, int m, int k, int *ans) |
SEXP | R_blocksetup (SEXP block) |
void | C_blockperm (SEXP blocksetup, int *ans) |
SEXP | R_blockperm (SEXP block) |
SEXP | R_MonteCarloIndependenceTest (SEXP x, SEXP y, SEXP block, SEXP B) |
SEXP | R_maxstattrafo (SEXP x, SEXP cutpoints) |
Definition in file Helpers.c.
|
Block permutation
Definition at line 110 of file Helpers.c. References C_SampleNoReplace(). Referenced by R_blockperm(), and R_MonteCarloIndependenceTest(). Here is the call graph for this function: ![]() |
|
compute a permutation of a (random subset of) 0:(m-1)
Definition at line 42 of file Helpers.c. Referenced by C_blockperm(). |
|
Definition at line 22 of file Helpers.c. Referenced by R_ExpectCovarInfluence(), R_ExpectCovarLinearStatistic(), R_kronecker(), R_LinearStatistic(), and R_MonteCarloIndependenceTest(). |
|
Definition at line 11 of file Helpers.c. Referenced by R_ExpectCovarInfluence(), R_ExpectCovarLinearStatistic(), R_kronecker(), R_LinearStatistic(), R_MonteCarloIndependenceTest(), and R_PermutedLinearStatistic(). |
|
Definition at line 139 of file Helpers.c. References C_blockperm(), and R_blocksetup(). Here is the call graph for this function: ![]() |
|
Definition at line 56 of file Helpers.c. Referenced by R_blockperm(), and R_MonteCarloIndependenceTest(). |
|
|
|
Definition at line 152 of file Helpers.c. References C_blockperm(), C_PermutedLinearStatistic(), ncol(), nrow(), and R_blocksetup(). Here is the call graph for this function: ![]() |