statistics >> Statistics
Distributions
 beta_cdf beta_pdf beta_inv beta_rnd		
 binomial_cdf binomial_pdf binomial_inv binomial_rnd	
 cauchy_cdf cauchy_pdf cauchy_inv cauchy_rnd
 chisquare_cdf chisquare_pdf chisquare_inv chisquare_rnd	
 empirical_cdf empirical_pdf empirical_inv empirical_rnd
 exponential_cdf exponential_pdf exponential_inv exponential_rnd
 f_cdf f_pdf f_inv f_rnd
 gamma_cdf gamma_pdf gamma_inv gamma_rnd		
 geometric_cdf geometric_pdf geometric_inv geometric_rnd
 hypergeometric_cdf hypergeometric_pdf hypergeometric_inv hypergeometric_rnd
 kolmogorov_smirnov_cdf
 laplace_cdf laplace_pdf laplace_inv laplace_rnd
 logistic_cdf logistic_pdf logistic_inv logistic_rnd
 lognormal_cdf lognormal_pdf lognormal_inv lognormal_rnd
 stdnormal_cdf stdnormal_pdf stdnormal_inv stdnormal_rnd
 pascal_cdf pascal_pdf pascal_inv pascal_rnd
 normal_cdf normal_pdf normal_inv normal_rnd
 poisson_cdf poisson_pdf poisson_inv poisson_rnd
 t_cdf t_pdf t_inv t_rnd
 discrete_cdf discrete_pdf discrete_inv discrete_rnd
 uniform_cdf uniform_pdf uniform_inv uniform_rnd
 weibull_cdf weibull_pdf weibull_inv weibull_rnd
 wiener_rnd
Descriptive statistics
 max 
 min 
 mean meansq
 median 
 std 
 var 
 cut hist
 histc 
 corrcoef 
 cov cor
 sum sumsq 
 prod 
 trapz 
 cumsum 
 cumprod 
 cumtrapz 
 nansum	
 nanmax	
 nanmean	
 nanmedian	
 nanmin	
 nanstd	
 nanfunc
 geomean	
 harmmean	
 iqr		
 kurtosis	
 mad		
 moment	
 prctile	
 range	
 skewness	
 trimmean	
 zscore	
 spearman
 run_count
 statistics
 studentize
 table
 values mahalanobis
 ranks
 probit logit kendall cloglog
Linear regression
 anova anovan
 polyfit wpolyfit	
 polyval	
 gls ols
Plots
 qqplot ppplot boxplot scatter normplot
Nonlinear regression
 leasqr	
Models
 logistic_regression logistic_regression_derivatives 
 logistic_regression_likelihood
Hypothesis testing
 u_test	
 wilcoxon_test	
 sign_test	
 t_test	
 t_test_2	
 t_test_regression
 z_test	
 z_test_2
 bartlett_test
 chisquare_test_homogeneity
 chisquare_test_independence
 cor_test
 f_test_regression
 hotelling_test
 hotelling_test_2
 kolmogorov_smirnov_test
 kolmogorov_smirnov_test_2
 kruskal_wallis_test
 manova
 mcnemar_test
 prop_test_2
 run_test
 var_test
 welch_test
Compatibility
 beta*=use <code>beta_*</code>
 bino*=use <code>binomial_*</code>
 chi2*=use <code>chisquare_*</code>
 exp*= use <code>exponential_*</code>
 f*= use <code>f_*</code>
 gam*= use <code>gamma_*</code>
 geo*= use <code>geometric_*</code>
 hyge*= use <code>hypergeometric_*</code>
 logn*= use <code>lognormal_*</code>
 nbin*= use <code>pascal_*</code>
 norm*= use <code>normal_*</code>
 poiss*= use <code>poisson_*</code>
 t*= use <code>t_*</code>
 unid*= use <code>discrete_*</code>
 unif*= use <code>uniform_*</code>
 weib*= use <code>weibull_*</code>
 anova1= use <f>anova</f>
 regress= use <f>gls</f>
 nlinfit= use <f>leasqr</f>
 barttest= use <f>bartlett_test</f>
 ranksum= use <f>u_test</f>
 signrank= use <f>wilcoxon_test</f>
 signtest= use <f>sign_test</f>
 ttest= use <f>t_test</f>
 ttest2= use <f>t_test_2</f>
 ztest= use <f>z_test</f>

