klMatrix
Data Structures | Functions
kl_sample_population.h File Reference
#include "kl_matrix.h"
#include "mkl.h"
#include "kl_stat.h"
Include dependency graph for kl_sample_population.h:
This graph shows which files directly or indirectly include this file:

Data Structures

class  klSamplePopulation< TYPE >
 

Functions

double * omnibus_moments (double *x, int n)
 
double * geary_test (double *x, int n)
 
double * student_range (double *x, int n)
 
double * dagostino_d (double *x, int n)
 
double * extreme (double *x, int n)
 
double * kuipers_v (double *x, int n)
 
double * watson_u2 (double *x, int n)
 
double * durbins_exact (double *x, int n)
 
double * anderson_darling (double *x, int n)
 
double * cramer_von_mises (double *x, int n)
 
double * kolmogorov_smirnov (double *x, int n)
 
double * chi_square (double *x, int n)
 
double * shapiro_wilk (double *x, int n)
 
double * shapiro_francia (double *x, int n)
 
double * weisberg_bingham (double *x, int n)
 
double * royston (double *x, int n)
 
double * shapiro_wilk_exp (double *x, int n)
 
double * kolmogorov_smirnov_exp (double *x, int n)
 
double * cramer_von_mises_exp (double *x, int n)
 
double * kuipers_v_exp (double *x, int n)
 
double * watson_u2_exp (double *x, int n)
 
double * anderson_darling_exp (double *x, int n)
 
double * chi_square_exp (double *x, int n)
 
double * mod_maxlik_ratio (double *x, int n)
 
double * coeff_variation (double *x, int n)
 
double * kotz_families (double *x, int n)
 

Function Documentation

double* anderson_darling ( double *  x,
int  n 
)

Here is the call graph for this function:

double* anderson_darling_exp ( double *  x,
int  n 
)

Here is the call graph for this function:

double* chi_square ( double *  x,
int  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

double* chi_square_exp ( double *  x,
int  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

double* coeff_variation ( double *  x,
int  n 
)
double* cramer_von_mises ( double *  x,
int  n 
)

Here is the call graph for this function:

double* cramer_von_mises_exp ( double *  x,
int  n 
)

Here is the call graph for this function:

double* dagostino_d ( double *  x,
int  n 
)

Here is the call graph for this function:

double* durbins_exact ( double *  x,
int  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

double* extreme ( double *  x,
int  n 
)
double* geary_test ( double *  x,
int  n 
)

Here is the call graph for this function:

double* kolmogorov_smirnov ( double *  x,
int  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

double* kolmogorov_smirnov_exp ( double *  x,
int  n 
)

Here is the call graph for this function:

Here is the caller graph for this function:

double* kotz_families ( double *  x,
int  n 
)
double* kuipers_v ( double *  x,
int  n 
)

Here is the call graph for this function:

double* kuipers_v_exp ( double *  x,
int  n 
)

Here is the call graph for this function:

double* mod_maxlik_ratio ( double *  x,
int  n 
)

Here is the call graph for this function:

double* omnibus_moments ( double *  x,
int  n 
)

Here is the call graph for this function:

double* royston ( double *  x,
int  n 
)

Here is the call graph for this function:

double* shapiro_francia ( double *  x,
int  n 
)

Here is the call graph for this function:

double* shapiro_wilk ( double *  x,
int  n 
)

Here is the call graph for this function:

double* shapiro_wilk_exp ( double *  x,
int  n 
)

Here is the call graph for this function:

double* student_range ( double *  x,
int  n 
)
double* watson_u2 ( double *  x,
int  n 
)

Here is the call graph for this function:

double* watson_u2_exp ( double *  x,
int  n 
)

Here is the call graph for this function:

double* weisberg_bingham ( double *  x,
int  n 
)

Here is the call graph for this function: