|
Public Member Functions |
| | RInterface () |
| double | evalCommand (char *cmd, double *data, int size) |
| void | evalCommandList (char *cmd, double *data, int size) |
| double | evalCommandValue (char *cmd, double *data, int size, int n) |
| void | evalTest (RTESTS test, double *data, int size, char *buf) |
| void | evalTest (RTESTS test, double *data1, double *data2, int size, char *buf) |
| void | getVal (void *val, char *buf) |
| void | setMu (double v) |
| double | Mu () |
| void | setAlternative (int v) |
| int | Alternative () |
| void | setPaired (bool v) |
| bool | Paired () |
| void | setEqual (bool v) |
| bool | Equal () |
| void | setConfLevel (double v) |
| double | ConfLevel () |
| void | setCorrect (bool v) |
| bool | Correct () |
| void | setConfInt (bool v) |
| bool | ConfInt () |
| void | setRatio (double v) |
| double | Ratio () |
Private Attributes |
| double | mu |
| int | alt |
| bool | paired |
| bool | equal |
| double | conf_level |
| bool | correct |
| bool | conf_int |
| double | ratio |