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
File attributes
Modification date: | Thu Feb 13 16:43:03 2014 |
Lines: | 80 |