[rkward-cvs] SF.net SVN: rkward: [1497] trunk/rkward/rkward/plugins/analysis/moments/ skewness_kurtosis_test.rkh

sjar at users.sourceforge.net sjar at users.sourceforge.net
Tue Feb 27 18:32:15 UTC 2007


Revision: 1497
          http://svn.sourceforge.net/rkward/?rev=1497&view=rev
Author:   sjar
Date:     2007-02-27 10:32:15 -0800 (Tue, 27 Feb 2007)

Log Message:
-----------
adopted to last changes

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.rkh

Modified: trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.rkh
===================================================================
--- trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.rkh	2007-02-27 14:39:42 UTC (rev 1496)
+++ trunk/rkward/rkward/plugins/analysis/moments/skewness_kurtosis_test.rkh	2007-02-27 18:32:15 UTC (rev 1497)
@@ -13,11 +13,9 @@
 		<setting id="x">Select the data to be computed. The vectors need to be numeric, and can be of different length.</setting>
 		<caption id="tab_options"/>
 		<setting id="skewness">If this option is chosen, Skewness will be computed.</setting>
-		<setting id="narm_skewness">If 'Yes' is checked, missing values will be excluded from calculation of skewness.</setting>
 		<setting id="kurtosis">If this option is chosen, Pearson's kurtosis will be computed.</setting>
-		<setting id="narm_kurtosis">If 'Yes' is checked, missing values will be excluded from calculation of Pearson's kurtosis.</setting>
 		<setting id="geary">If this option is chosen, Geary's kurtosis will be computed.</setting>
-		<setting id="narm_geary_kurtosis">If 'Yes' is checked, missing values will be excluded from calculation of Geary's kurtosis.</setting>
+		<setting id="narm">If checked, missing values will be excluded from calculation of skewness and kurtosis.</setting>
 		<setting id="length">If checked, the length of the data vectors will be shown. However, this will not effect your results but is just an optional information.</setting>
 		<setting id="nacount">If checked, and in case of missing values this will show you the number of those. However, this will not effect your results but is just an optional information.</setting>
 	</settings>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list