GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-bb27c0570b
defs/cdhc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double Cdhc_normp (double)
 
double Cdhc_xinormal (double)
 
double * Cdhc_dmax (double *, int)
 
double * Cdhc_dmax_exp (double *, int)
 
double * Cdhc_omnibus_moments (double *, int)
 
double * Cdhc_geary_test (double *, int)
 
double * Cdhc_dagostino_d (double *, int)
 
double * Cdhc_extreme (double *, int)
 
double * Cdhc_kuipers_v (double *, int)
 
double * Cdhc_watson_u2 (double *, int)
 
double * Cdhc_durbins_exact (double *, int)
 
double * Cdhc_anderson_darling (double *, int)
 
double * Cdhc_cramer_von_mises (double *, int)
 
double * Cdhc_kolmogorov_smirnov (double *, int)
 
double * Cdhc_chi_square (double *, int)
 
double * Cdhc_shapiro_wilk (double *, int)
 
double * Cdhc_shapiro_francia (double *, int)
 
double * Cdhc_weisberg_bingham (double *, int)
 
double * Cdhc_royston (double *, int)
 
double * Cdhc_shapiro_wilk_exp (double *, int)
 
double * Cdhc_kolmogorov_smirnov_exp (double *, int)
 
double * Cdhc_cramer_von_mises_exp (double *, int)
 
double * Cdhc_kuipers_v_exp (double *, int)
 
double * Cdhc_watson_u2_exp (double *, int)
 
double * Cdhc_anderson_darling_exp (double *, int)
 
double * Cdhc_chi_square_exp (double *, int)
 
double * Cdhc_mod_maxlik_ratio (double *, int)
 
double * Cdhc_coeff_variation (double *, int)
 
double * Cdhc_kotz_families (double *, int)
 

Function Documentation

◆ Cdhc_anderson_darling()

double* Cdhc_anderson_darling ( double *  x,
int  n 
)

Definition at line 6 of file andrsndn.c.

References Cdhc_dcmp(), Cdhc_normp(), free(), malloc(), mean(), NULL, and x.

◆ Cdhc_anderson_darling_exp()

double* Cdhc_anderson_darling_exp ( double *  x,
int  n 
)

Definition at line 6 of file andrsnde.c.

References Cdhc_dcmp(), free(), malloc(), mean(), NULL, and x.

◆ Cdhc_chi_square()

double* Cdhc_chi_square ( double *  x,
int  n 
)

Definition at line 6 of file chisqn.c.

References Cdhc_xinormal(), free(), malloc(), mean(), NULL, and x.

◆ Cdhc_chi_square_exp()

double* Cdhc_chi_square_exp ( double *  x,
int  n 
)

Definition at line 5 of file chisqe.c.

References free(), malloc(), mean(), NULL, and x.

◆ Cdhc_coeff_variation()

double* Cdhc_coeff_variation ( double *  ,
int   
)

◆ Cdhc_cramer_von_mises()

double* Cdhc_cramer_von_mises ( double *  x,
int  n 
)

Definition at line 6 of file cvmw2n.c.

References Cdhc_dcmp(), Cdhc_normp(), free(), malloc(), mean(), NULL, and x.

◆ Cdhc_cramer_von_mises_exp()

double* Cdhc_cramer_von_mises_exp ( double *  x,
int  n 
)

Definition at line 6 of file cvmw2e.c.

References Cdhc_dcmp(), free(), malloc(), mean(), NULL, and x.

◆ Cdhc_dagostino_d()

double* Cdhc_dagostino_d ( double *  x,
int  n 
)

Definition at line 6 of file dagstndn.c.

◆ Cdhc_dmax()

double* Cdhc_dmax ( double *  x,
int  n 
)

Definition at line 6 of file dmax.c.

References Cdhc_dcmp(), Cdhc_normp(), free(), malloc(), mean(), NULL, and x.

◆ Cdhc_dmax_exp()

double* Cdhc_dmax_exp ( double *  x,
int  n 
)

Definition at line 6 of file dmaxe.c.

References Cdhc_dcmp(), free(), malloc(), mean(), NULL, t, and x.

◆ Cdhc_durbins_exact()

double* Cdhc_durbins_exact ( double *  x,
int  n 
)

Definition at line 7 of file durbins.c.

References b.

◆ Cdhc_extreme()

double* Cdhc_extreme ( double *  x,
int  n 
)

Definition at line 4 of file extreme.c.

References max, min, and x.

◆ Cdhc_geary_test()

double* Cdhc_geary_test ( double *  x,
int  n 
)

Definition at line 4 of file geary.c.

◆ Cdhc_kolmogorov_smirnov()

double* Cdhc_kolmogorov_smirnov ( double *  x,
int  n 
)

Definition at line 6 of file ksn.c.

◆ Cdhc_kolmogorov_smirnov_exp()

double* Cdhc_kolmogorov_smirnov_exp ( double *  x,
int  n 
)

Definition at line 6 of file kse.c.

◆ Cdhc_kotz_families()

double* Cdhc_kotz_families ( double *  x,
int  n 
)

Definition at line 4 of file kotz.c.

◆ Cdhc_kuipers_v()

double* Cdhc_kuipers_v ( double *  x,
int  n 
)

Definition at line 6 of file kuiprsvn.c.

◆ Cdhc_kuipers_v_exp()

double* Cdhc_kuipers_v_exp ( double *  x,
int  n 
)

Definition at line 6 of file kuiprsve.c.

◆ Cdhc_mod_maxlik_ratio()

double* Cdhc_mod_maxlik_ratio ( double *  ,
int   
)

◆ Cdhc_normp()

double Cdhc_normp ( double  z)

Definition at line 22 of file normp.c.

Referenced by Cdhc_anderson_darling(), Cdhc_cramer_von_mises(), Cdhc_dmax(), and Cdhc_watson_u2().

◆ Cdhc_omnibus_moments()

double* Cdhc_omnibus_moments ( double *  x,
int  n 
)

Definition at line 4 of file omnibus.c.

References mean(), and x.

◆ Cdhc_royston()

double* Cdhc_royston ( double *  x,
int  n 
)

Definition at line 12 of file royston.c.

◆ Cdhc_shapiro_francia()

double* Cdhc_shapiro_francia ( double *  x,
int  n 
)

Definition at line 9 of file shapiro2.c.

References Cdhc_dcmp(), Cdhc_xinormal(), free(), malloc(), NULL, and x.

◆ Cdhc_shapiro_wilk()

double* Cdhc_shapiro_wilk ( double *  x,
int  n 
)

Definition at line 6 of file shapiro1.c.

◆ Cdhc_shapiro_wilk_exp()

double* Cdhc_shapiro_wilk_exp ( double *  x,
int  n 
)

Definition at line 4 of file shapiroe.c.

References b, mean(), and x.

◆ Cdhc_watson_u2()

double* Cdhc_watson_u2 ( double *  x,
int  n 
)

Definition at line 6 of file watsonun.c.

References Cdhc_dcmp(), Cdhc_normp(), free(), malloc(), mean(), NULL, and x.

◆ Cdhc_watson_u2_exp()

double* Cdhc_watson_u2_exp ( double *  x,
int  n 
)

Definition at line 6 of file watsonue.c.

References Cdhc_dcmp(), free(), malloc(), mean(), NULL, and x.

◆ Cdhc_weisberg_bingham()

double* Cdhc_weisberg_bingham ( double *  x,
int  n 
)

Definition at line 6 of file weisberg.c.

References Cdhc_dcmp(), Cdhc_xinormal(), free(), malloc(), NULL, and x.

◆ Cdhc_xinormal()

double Cdhc_xinormal ( double  pee)

Definition at line 4 of file xinormal.c.

Referenced by Cdhc_chi_square(), Cdhc_shapiro_francia(), and Cdhc_weisberg_bingham().