![]() |
(git:b77b4be)
|
Methods to perform on the fly statistical analysis of data -) Schiferl and Wallace, J. Chem. Phys. 83 (10) 1985. More...
Functions/Subroutines | |
subroutine, public | 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. | |
subroutine, public | k_test (xdata, istart, n, tau, z, prob) |
Kandall's test for correlation. | |
subroutine, public | vn_test (xdata, n, r, u, prob) |
Von Neumann test for serial correlation. | |
Variables | |
integer, parameter, public | min_sample_size = 20 |
Methods to perform on the fly statistical analysis of data -) Schiferl and Wallace, J. Chem. Phys. 83 (10) 1985.
subroutine, public statistical_methods::sw_test | ( | real(kind=dp), dimension(:), pointer | ix, |
integer, intent(in) | n, | ||
real(kind=dp), intent(out) | w, | ||
real(kind=dp), intent(out) | 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.
ix | ... |
n | ... |
w | ... |
pw | ... |
Definition at line 46 of file statistical_methods.F.
subroutine, public statistical_methods::k_test | ( | real(kind=dp), dimension(:), pointer | xdata, |
integer, intent(in) | istart, | ||
integer, intent(in) | n, | ||
real(kind=dp) | tau, | ||
real(kind=dp) | z, | ||
real(kind=dp) | prob | ||
) |
Kandall's test for correlation.
xdata | ... |
istart | ... |
n | ... |
tau | ... |
z | ... |
prob | ... |
Definition at line 355 of file statistical_methods.F.
subroutine, public statistical_methods::vn_test | ( | real(kind=dp), dimension(:), pointer | xdata, |
integer, intent(in) | n, | ||
real(kind=dp) | r, | ||
real(kind=dp) | u, | ||
real(kind=dp) | prob | ||
) |
Von Neumann test for serial correlation.
xdata | ... |
n | ... |
r | ... |
u | ... |
prob | ... |
Definition at line 397 of file statistical_methods.F.
integer, parameter, public statistical_methods::min_sample_size = 20 |
Definition at line 28 of file statistical_methods.F.