GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
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)
 
doubleCdhc_dmax (double *, int)
 
doubleCdhc_dmax_exp (double *, int)
 
doubleCdhc_omnibus_moments (double *, int)
 
doubleCdhc_geary_test (double *, int)
 
doubleCdhc_dagostino_d (double *, int)
 
doubleCdhc_extreme (double *, int)
 
doubleCdhc_kuipers_v (double *, int)
 
doubleCdhc_watson_u2 (double *, int)
 
doubleCdhc_durbins_exact (double *, int)
 
doubleCdhc_anderson_darling (double *, int)
 
doubleCdhc_cramer_von_mises (double *, int)
 
doubleCdhc_kolmogorov_smirnov (double *, int)
 
doubleCdhc_chi_square (double *, int)
 
doubleCdhc_shapiro_wilk (double *, int)
 
doubleCdhc_shapiro_francia (double *, int)
 
doubleCdhc_weisberg_bingham (double *, int)
 
doubleCdhc_royston (double *, int)
 
doubleCdhc_shapiro_wilk_exp (double *, int)
 
doubleCdhc_kolmogorov_smirnov_exp (double *, int)
 
doubleCdhc_cramer_von_mises_exp (double *, int)
 
doubleCdhc_kuipers_v_exp (double *, int)
 
doubleCdhc_watson_u2_exp (double *, int)
 
doubleCdhc_anderson_darling_exp (double *, int)
 
doubleCdhc_chi_square_exp (double *, int)
 
doubleCdhc_mod_maxlik_ratio (double *, int)
 
doubleCdhc_coeff_variation (double *, int)
 
doubleCdhc_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.

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

◆ 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.

Referenced by Cdhc_kolmogorov_smirnov(), and Cdhc_kuipers_v().

◆ 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.

Referenced by Cdhc_kolmogorov_smirnov_exp(), and Cdhc_kuipers_v_exp().

◆ Cdhc_durbins_exact()

double * Cdhc_durbins_exact ( double x,
int  n 
)

Definition at line 7 of file durbins.c.

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

◆ 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.

References mean(), and x.

◆ Cdhc_kolmogorov_smirnov()

double * Cdhc_kolmogorov_smirnov ( double x,
int  n 
)

Definition at line 6 of file ksn.c.

References Cdhc_dmax(), and x.

◆ Cdhc_kolmogorov_smirnov_exp()

double * Cdhc_kolmogorov_smirnov_exp ( double x,
int  n 
)

Definition at line 6 of file kse.c.

References Cdhc_dmax_exp(), and x.

◆ Cdhc_kotz_families()

double * Cdhc_kotz_families ( double x,
int  n 
)

Definition at line 4 of file kotz.c.

References x.

◆ Cdhc_kuipers_v()

double * Cdhc_kuipers_v ( double x,
int  n 
)

Definition at line 6 of file kuiprsvn.c.

References Cdhc_dmax(), and x.

◆ Cdhc_kuipers_v_exp()

double * Cdhc_kuipers_v_exp ( double x,
int  n 
)

Definition at line 6 of file kuiprsve.c.

References Cdhc_dmax_exp(), r, and x.

◆ Cdhc_mod_maxlik_ratio()

double * Cdhc_mod_maxlik_ratio ( double ,
int   
)

◆ Cdhc_normp()

double Cdhc_normp ( double  z)

◆ 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 11 of file royston.c.

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

◆ 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.

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

◆ 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().