#include <R.h>
#include <Rmath.h>
#include <Rdefines.h>
Include dependency graph for vandeWiel.c:
Go to the source code of this file.
Classes | |
struct | celW |
Functions | |
double | binomi (int m, int n) |
celW ** | reserveW (int a, int b) |
void | FreeW (int a, celW **W) |
void | initW (int a, int b, celW **W) |
void | mult (celW *tem, int a, int b, int rank, double *rs) |
void | plus (celW **W, celW *tempie, int a, int b) |
void | mymergesort (celW temptw, long tijd) |
void | fillcell (celW **W, int i1, int j1, int r, double *rs) |
void | mirrorW (celW **W, int ce, int bep, int start, double *rs) |
void | makeW (celW **W, int a, int b, int start, double *rs) |
void | cumulcoef (celW **W, int i1, int j1) |
double | numbersmall (int c, int b, double ob, celW **W1, celW **W2) |
SEXP | R_split_up_2sample (SEXP scores, SEXP m, SEXP obs) |
Author: Mark van de Wiel (2001-2005) <m.a.v.d.wiel@TUE.nl> with modifications for R by Torsten Hothorn <Torsten.Hothorn@R-project.org>
Definition in file vandeWiel.c.
|
Definition at line 37 of file vandeWiel.c. Referenced by R_split_up_2sample(), and reserveW(). |
|
Definition at line 316 of file vandeWiel.c. References celW::c, and celW::length. Referenced by R_split_up_2sample(). |
|
Definition at line 211 of file vandeWiel.c. References celW::c, celW::length, and celW::x. |
|
Definition at line 81 of file vandeWiel.c. Referenced by R_split_up_2sample(). |
|
Definition at line 91 of file vandeWiel.c. Referenced by R_split_up_2sample(). |
|
Definition at line 281 of file vandeWiel.c. Referenced by R_split_up_2sample(). |
|
Definition at line 257 of file vandeWiel.c. References celW::c, celW::length, and celW::x. |
|
Definition at line 106 of file vandeWiel.c. References celW::length. |
|
Definition at line 159 of file vandeWiel.c. References celW::c, celW::length, and celW::x. |
|
Definition at line 335 of file vandeWiel.c. References celW::length. Referenced by R_split_up_2sample(). |
|
Definition at line 120 of file vandeWiel.c. References celW::length. |
|
Definition at line 375 of file vandeWiel.c. References binomi(), cumulcoef(), FreeW(), initW(), makeW(), numbersmall(), and reserveW(). Here is the call graph for this function: ![]() |
|
Definition at line 51 of file vandeWiel.c. References binomi(), celW::c, and celW::x. Referenced by R_split_up_2sample(). Here is the call graph for this function: ![]() |