GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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) |
double* Cdhc_anderson_darling | ( | double * | , |
int | |||
) |
Definition at line 7 of file andrsndn.c.
References Cdhc_dcmp(), Cdhc_normp(), free(), malloc(), mean(), and NULL.
double* Cdhc_anderson_darling_exp | ( | double * | , |
int | |||
) |
Definition at line 7 of file andrsnde.c.
References Cdhc_dcmp(), free(), malloc(), mean(), and NULL.
double* Cdhc_chi_square | ( | double * | , |
int | |||
) |
double* Cdhc_chi_square_exp | ( | double * | , |
int | |||
) |
double* Cdhc_coeff_variation | ( | double * | , |
int | |||
) |
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.
double* Cdhc_cramer_von_mises_exp | ( | double * | , |
int | |||
) |
double* Cdhc_dagostino_d | ( | double * | , |
int | |||
) |
Definition at line 7 of file dagstndn.c.
double* Cdhc_dmax | ( | double * | , |
int | |||
) |
Definition at line 7 of file dmax.c.
References Cdhc_dcmp(), Cdhc_normp(), free(), malloc(), mean(), and NULL.
double* Cdhc_dmax_exp | ( | double * | , |
int | |||
) |
double* Cdhc_extreme | ( | double * | , |
int | |||
) |
double* Cdhc_kuipers_v | ( | double * | , |
int | |||
) |
Definition at line 7 of file kuiprsvn.c.
double* Cdhc_kuipers_v_exp | ( | double * | , |
int | |||
) |
Definition at line 7 of file kuiprsve.c.
double* Cdhc_mod_maxlik_ratio | ( | double * | , |
int | |||
) |
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().
double* Cdhc_omnibus_moments | ( | double * | , |
int | |||
) |
double* Cdhc_shapiro_francia | ( | double * | , |
int | |||
) |
Definition at line 10 of file shapiro2.c.
References Cdhc_dcmp(), Cdhc_xinormal(), free(), malloc(), and NULL.
double* Cdhc_shapiro_wilk | ( | double * | , |
int | |||
) |
Definition at line 7 of file shapiro1.c.
double* Cdhc_shapiro_wilk_exp | ( | double * | , |
int | |||
) |
Definition at line 5 of file shapiroe.c.
double* Cdhc_watson_u2 | ( | double * | , |
int | |||
) |
Definition at line 7 of file watsonun.c.
References Cdhc_dcmp(), Cdhc_normp(), free(), malloc(), mean(), and NULL.
double* Cdhc_watson_u2_exp | ( | double * | , |
int | |||
) |
Definition at line 7 of file watsonue.c.
References Cdhc_dcmp(), free(), malloc(), mean(), and NULL.
double* Cdhc_weisberg_bingham | ( | double * | , |
int | |||
) |
Definition at line 7 of file weisberg.c.
References Cdhc_dcmp(), Cdhc_xinormal(), free(), malloc(), and NULL.
double Cdhc_xinormal | ( | double | ) |
Definition at line 5 of file xinormal.c.
Referenced by Cdhc_chi_square(), Cdhc_shapiro_francia(), and Cdhc_weisberg_bingham().