C Library Functions  - skekur1 (3)

NAME

skekur1(3f) - [M_math:statistics] variant on calculating skewness and kurtosis of an array

CONTENTS

Synopsis
Description
Options
Returns
Examples
Author

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

RETURNS

EXAMPLES

AUTHOR

Written by Charles P. Reeve


Nemo Release 3.1 skekur1 (3) February 23, 2025
Generated by manServer 1.08 from b696ce98-9a97-4d24-aac7-cb77659fb21f using man macros.