#include "mconf.h"
Go to the source code of this file.
Functions | |
| static int | get_method (double h, double a) |
| double | owens_t (double h, double a) |
| static double | owens_t_dispatch (double h, double a, double ah) |
| static double | owens_t_norm1 (double x) |
| static double | owens_t_norm2 (double x) |
| static double | owensT1 (double h, double a, double m) |
| static double | owensT2 (double h, double a, double ah, double m) |
| static double | owensT3 (double h, double a, double ah) |
| static double | owensT4 (double h, double a, double m) |
| static double | owensT5 (double h, double a) |
| static double | owensT6 (double h, double a) |
Variables | |
| static const double | ARANGE [] = {0.025, 0.09, 0.15, 0.36, 0.5, 0.9, 0.99999} |
| static const double | C [] |
| static const double | HRANGE [] |
| static const int | METHODS [] |
| static const double | ORD [] |
| static const double | PTS [] |
| static const int | SELECT_METHOD [] |
| static const double | WTS [] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |