2 #ifndef vnl_chi_squared_h_ 3 #define vnl_chi_squared_h_ 4 #include "vnl/vnl_export.h" 5 #include <vnl/algo/vnl_algo_export.h> 64 #define VNL_CHI_SQUARED_INSTANTIATE(T) \ 65 extern "please include vnl/algo/vnl_chi_squared.hxx first" 67 #endif // vnl_chi_squared_h_ double vnl_chi_squared_cumulative(T chisq, long dof)
Compute cumulative distribution function value for chi-squared distribution.
double vnl_chi_squared_statistic_1(T const *A, T const *B, int n, bool normalize)
Name space for various chi-squared distribution functions.
double vnl_chi_squared_statistic_12(T const *A, T const *B, int n, bool normalize)
Data normalize(const vnl_bignum &b1, const vnl_bignum &b2, vnl_bignum &u, vnl_bignum &v)
normalize two vnl_bignums.
double vnl_chi_squared_statistic_2(T const *A, T const *B, int n, bool normalize)