KURTOSIS Function


KURTOSIS Function

Returns the kurtosis

Category: Descriptive Statistics

Syntax

KURTOSIS ( argument,argument, ... )

Arguments

argument

  • is numeric. At least four nonmissing arguments are required. Otherwise, the function returns a missing value. The argument list can consist of a variable list, which is preceded by OF.

Examples

SAS Statements

Results

x1=kurtosis(5,9,3,6);

0.928

x2=kurtosis(5,8,9,6,.);

-3.3

x3=kurtosis(8,9,6,1);

1.5

x4=kurtosis(8,1,6,1);

-4.483379501

x5=kurtosis(of x1-x4);

-5.065692754




SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3
ISBN: N/A
EAN: N/A
Year: 2004
Pages: 704

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net