[rkward-cvs] SF.net SVN: rkward: [1709] trunk/rkward/rkward/plugins/distributions/clt
kapatp at users.sourceforge.net
kapatp at users.sourceforge.net
Thu Mar 22 22:58:20 UTC 2007
Revision: 1709
http://svn.sourceforge.net/rkward/?rev=1709&view=rev
Author: kapatp
Date: 2007-03-22 15:58:20 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
Indentation and static note fix
Modified Paths:
--------------
trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.php
trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.xml
trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.xml
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_beta_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -49,7 +49,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_chi_squared_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_exponential_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -47,7 +47,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.php 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.php 2007-03-22 22:58:20 UTC (rev 1709)
@@ -38,7 +38,7 @@
}
// Mean and Std.deviantion of Normal distribution:
if ($scalenorm) $normMuSigma_tag = "";
- else $normMuSigma_tag = ", mean = avg.exp, sd = sqrt(avg.var)";
+ else $normMuSigma_tag = ", mean = avg.exp, sd = sqrt(avg.var)";
$plotoptions = getRK_val("plotoptions.code.printout");
if ($fun == "hist") {
@@ -89,7 +89,7 @@
try ({
<?
}
- if ($fun == "hist") {
+ if ($fun == "hist") {
?>
plot(dist.hist<? echo ($yLim); echo ($histplotoptions); ?>)
<?
@@ -105,7 +105,7 @@
}
if ($final) {
?>
- })
+})
rk.graph.off ()
<?
}
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_f_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -8,10 +8,6 @@
<set id="plotoptions.default_main" to="F"/>
<set id="plotoptions.default_xlab" to="Sample Averages"/>
- <convert id="is_df2_gt4" sources="df2.real" mode="range" min="4.01" require_true="true"/>
- <convert id="is_df2_leq4" sources="is_df2_gt4" mode="equals" standard="false"/>
- <connect client="df2_gt4_err.visible" governor="is_df2_leq4"/>
-
<set id="normlinecol.default_color" to="red" />
<set id="histogram_opt.varname" to="avg" />
@@ -53,7 +49,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
@@ -68,7 +64,7 @@
</frame>
</column>
</row>
- <text id="df2_gt4_err" type="error">ERROR: For a F distribution variance exists only when its denominator degress of freedom > 4.</text>
+ <text id="df2_gt4_err">Note: For a F distribution variance exists only when its denominator degress of freedom > 4.</text>
<stretch/>
<row>
<embed id="plotoptions" component="rkward::plot_options" as_button="true" label="Plot Options" />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_gamma_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_geometric_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_hypergeometric_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -50,7 +50,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_logistic_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_lognormal_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -67,7 +67,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_normal_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_poisson_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.php 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.php 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
}
// Mean and Std.deviantion of Normal distribution:
if ($scalenorm) $normMuSigma_tag = "";
- else $normMuSigma_tag = ", mean = avg.exp, sd = sqrt(avg.var)";
+ else $normMuSigma_tag = ", mean = avg.exp, sd = sqrt(avg.var)";
$plotoptions = getRK_val("plotoptions.code.printout");
if ($fun == "hist") {
@@ -115,7 +115,7 @@
}
if ($final) {
?>
- })
+})
rk.graph.off ()
<?
}
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_t_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -8,10 +8,6 @@
<set id="plotoptions.default_main" to="t"/>
<set id="plotoptions.default_xlab" to="Sample Averages"/>
- <convert id="is_var_gt2" sources="df.real" mode="range" min="2.01" require_true="true"/>
- <convert id="is_var_leq2" sources="is_var_gt2" mode="equals" standard="false"/>
- <connect client="var_gt2_warn.visible" governor="is_var_leq2"/>
-
<set id="normlinecol.default_color" to="red" />
<set id="histogram_opt.varname" to="avg" />
@@ -52,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
@@ -67,7 +63,7 @@
</frame>
</column>
</row>
- <text id="var_gt2_warn" type="error">ERROR: For a t distribution variance exists only when its degress of freedom > 2.</text>
+ <text id="var_gt2_warn">Note: For a t distribution variance exists only when its degress of freedom > 2.</text>
<stretch/>
<row>
<embed id="plotoptions" component="rkward::plot_options" as_button="true" label="Plot Options" />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_uniform_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.php 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.php 2007-03-22 22:58:20 UTC (rev 1709)
@@ -37,7 +37,7 @@
}
// Mean and Std.deviantion of Normal distribution:
if ($scalenorm) $normMuSigma_tag = "";
- else $normMuSigma_tag = ", mean = avg.exp, sd = sqrt(avg.var)";
+ else $normMuSigma_tag = ", mean = avg.exp, sd = sqrt(avg.var)";
$plotoptions = getRK_val("plotoptions.code.printout");
if ($fun == "hist") {
@@ -88,7 +88,7 @@
try ({
<?
}
- if ($fun == "hist") {
+ if ($fun == "hist") {
?>
plot(dist.hist<? echo ($yLim); echo ($histplotoptions); ?>)
<?
@@ -104,7 +104,7 @@
}
if ($final) {
?>
- })
+})
rk.graph.off ()
<?
}
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_weibull_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -48,7 +48,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.xml 2007-03-22 22:06:32 UTC (rev 1708)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_wilcoxon_clt.xml 2007-03-22 22:58:20 UTC (rev 1709)
@@ -49,7 +49,7 @@
<option value="dist" label="ECDF and Distribution"/>
</radio>
<checkbox id="scalenorm" label="Use normalised random variable" value="1" value_unchecked="0"/>
- <frame id="frame_lineoptions" label="Nomral Curve Options">
+ <frame id="frame_lineoptions" label="Normal Curve Options">
<checkbox id="drawnorm" label="Draw normal curve" value="1" value_unchecked="0" checked="true"/>
<dropdown id="normpointtype" label="Type of points/lines" >
<option value="p" label="Individual points " />
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