skekur1(3f) - [M_math:statistics] variant on calculating skewness and kurtosis of an array
Synopsis
Description
Options
Returns
Examples
Author
SUBROUTINE SKEKUR1(Y,NHI,YSKEW,YKURT,IOPT)
real,intent(in) :: y(*) integer,intent(in) :: nhi real,intent(out) :: yskew real,intent(out) :: ykurt integer,intent(in) :: iopt
FOR: Computing SKEWNESS and KURTOSIS for entries 1 through NHI in vector Y. The values may be centered about either the MEAN (IOPT <> 0) or about ZERO (IOPT = 0). The traditional divisor of N (NOT N-1) is used when the MEAN is estimated.CURRENT VERSION COMPLETED FEBRUARY 28, 1986
Written by Charles P. Reeve
Nemo Release 3.1 | skekur1 (3) | February 23, 2025 |