Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/iugonet/tools/statistical_package/

normality_test.pro


NAME normality_test PURPOSE Test whether time-series data obey the normal distribution or not with the chi-square goodness-of-fit test. SYNTAX result=normality_test(x,sl=sl,mv=mv) KEYWORDS: x:Input data sl:Significant level The default is 0.05. mv:Missing value. If not set, only the NaN value is dealt with. NOTES: Output the value '0' if the input data obey the normal distribution and '1' if not obey. CODE: R. Hamaguchi, 13/02/2012. MODIFICATIONS: A. Shinbori, 01/05/2013. A. Shinbori, 10/07/2013. ACKNOWLEDGEMENT: $LastChangedBy: jimm $ $LastChangedDate: 2014-02-11 10:52:58 -0800 (Tue, 11 Feb 2014) $ $LastChangedRevision: 14325 $ $URL $

Routines

top source normality_test

result = normality_test(x, sl=sl, mv=mv)

Parameters

x

Keywords

sl
mv

File attributes

Modification date: Thu Feb 13 16:43:03 2014
Lines: 80