(git:ccc2433)
statistical_methods.F File Reference

Go to the source code of this file.

Modules

module  statistical_methods
 Methods to perform on the fly statistical analysis of data -) Schiferl and Wallace, J. Chem. Phys. 83 (10) 1985.
 

Functions/Subroutines

subroutine, public statistical_methods::sw_test (ix, n, w, pw)
 Shapiro - Wilk's test or W-statistic to test normality of a distribution R94 APPL. STATIST. (1995) VOL.44, NO.4 Calculates the Shapiro-Wilk W test and its significance level. More...
 
subroutine, public statistical_methods::k_test (xdata, istart, n, tau, z, prob)
 Kandall's test for correlation. More...
 
subroutine, public statistical_methods::vn_test (xdata, n, r, u, prob)
 Von Neumann test for serial correlation. More...
 

Variables

integer, parameter, public statistical_methods::min_sample_size = 20