GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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_enormp (double)
 
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 *  ,
int   
)

Definition at line 7 of file andrsndn.c.

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

◆ Cdhc_anderson_darling_exp()

double* Cdhc_anderson_darling_exp ( double *  ,
int   
)

Definition at line 7 of file andrsnde.c.

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

◆ Cdhc_chi_square()

double* Cdhc_chi_square ( double *  ,
int   
)

Definition at line 7 of file chisqn.c.

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

◆ Cdhc_chi_square_exp()

double* Cdhc_chi_square_exp ( double *  ,
int   
)

Definition at line 6 of file chisqe.c.

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

◆ Cdhc_coeff_variation()

double* Cdhc_coeff_variation ( double *  ,
int   
)

◆ Cdhc_cramer_von_mises()

double* Cdhc_cramer_von_mises ( double *  ,
int   
)

Definition at line 7 of file cvmw2n.c.

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

◆ Cdhc_cramer_von_mises_exp()

double* Cdhc_cramer_von_mises_exp ( double *  ,
int   
)

Definition at line 7 of file cvmw2e.c.

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

◆ Cdhc_dagostino_d()

double* Cdhc_dagostino_d ( double *  ,
int   
)

Definition at line 7 of file dagstndn.c.

◆ Cdhc_dmax()

double* Cdhc_dmax ( double *  ,
int   
)

Definition at line 7 of file dmax.c.

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

◆ Cdhc_dmax_exp()

double* Cdhc_dmax_exp ( double *  ,
int   
)

Definition at line 7 of file dmaxe.c.

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

◆ Cdhc_durbins_exact()

double* Cdhc_durbins_exact ( double *  ,
int   
)

Definition at line 8 of file durbins.c.

References b.

◆ Cdhc_enormp()

double Cdhc_enormp ( double  )

Definition at line 4 of file enormp.c.

◆ Cdhc_extreme()

double* Cdhc_extreme ( double *  ,
int   
)

Definition at line 5 of file extreme.c.

References max, and min.

◆ Cdhc_geary_test()

double* Cdhc_geary_test ( double *  ,
int   
)

Definition at line 5 of file geary.c.

◆ Cdhc_kolmogorov_smirnov()

double* Cdhc_kolmogorov_smirnov ( double *  ,
int   
)

Definition at line 7 of file ksn.c.

◆ Cdhc_kolmogorov_smirnov_exp()

double* Cdhc_kolmogorov_smirnov_exp ( double *  ,
int   
)

Definition at line 7 of file kse.c.

◆ Cdhc_kotz_families()

double* Cdhc_kotz_families ( double *  ,
int   
)

Definition at line 5 of file kotz.c.

◆ Cdhc_kuipers_v()

double* Cdhc_kuipers_v ( double *  ,
int   
)

Definition at line 7 of file kuiprsvn.c.

◆ Cdhc_kuipers_v_exp()

double* Cdhc_kuipers_v_exp ( double *  ,
int   
)

Definition at line 7 of file kuiprsve.c.

◆ Cdhc_mod_maxlik_ratio()

double* Cdhc_mod_maxlik_ratio ( double *  ,
int   
)

◆ Cdhc_normp()

double Cdhc_normp ( double  )

Definition at line 23 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 *  ,
int   
)

Definition at line 5 of file omnibus.c.

References mean().

◆ Cdhc_royston()

double* Cdhc_royston ( double *  ,
int   
)

Definition at line 13 of file royston.c.

◆ Cdhc_shapiro_francia()

double* Cdhc_shapiro_francia ( double *  ,
int   
)

Definition at line 10 of file shapiro2.c.

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

◆ Cdhc_shapiro_wilk()

double* Cdhc_shapiro_wilk ( double *  ,
int   
)

Definition at line 7 of file shapiro1.c.

◆ Cdhc_shapiro_wilk_exp()

double* Cdhc_shapiro_wilk_exp ( double *  ,
int   
)

Definition at line 5 of file shapiroe.c.

References b, and mean().

◆ Cdhc_watson_u2()

double* Cdhc_watson_u2 ( double *  ,
int   
)

Definition at line 7 of file watsonun.c.

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

◆ Cdhc_watson_u2_exp()

double* Cdhc_watson_u2_exp ( double *  ,
int   
)

Definition at line 7 of file watsonue.c.

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

◆ Cdhc_weisberg_bingham()

double* Cdhc_weisberg_bingham ( double *  ,
int   
)

Definition at line 7 of file weisberg.c.

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

◆ Cdhc_xinormal()

double Cdhc_xinormal ( double  )

Definition at line 5 of file xinormal.c.

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