[rkward-cvs] SF.net SVN: rkward: [1353] trunk/rkward/rkward/plugins/distributions
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Feb 8 10:21:25 UTC 2007
Revision: 1353
http://svn.sourceforge.net/rkward/?rev=1353&view=rev
Author: tfry
Date: 2007-02-08 02:21:25 -0800 (Thu, 08 Feb 2007)
Log Message:
-----------
Added some bounds, and changed type of some spinboxes. Remove confusing statments from documentation (Prasenjit Kapat)
Modified Paths:
--------------
trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_binomial_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_cauchy_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.xml
trunk/rkward/rkward/plugins/distributions/plot_exponential_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_exponential_distribution.xml
trunk/rkward/rkward/plugins/distributions/plot_f_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_gamma_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_geometric_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_hypergeometric_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_logistic_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_lognormal_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_negbinomial_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_negbinomial_distribution.xml
trunk/rkward/rkward/plugins/distributions/plot_normal_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_poisson_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_t_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_t_distribution.xml
trunk/rkward/rkward/plugins/distributions/plot_tukey_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_tukey_distribution.xml
trunk/rkward/rkward/plugins/distributions/plot_uniform_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_weibull_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_wilcoxon_distribution.rkh
Modified: trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -27,7 +27,6 @@
<related>
<ul>
<li><link href="rkward://rhelp/Beta"/></li>
- <li><link href="rkward://component/plot_beta_distribution"/></li>
<li><link href="rkward://component/plot_options"/></li>
<li><link href="rkward://rhelp/curve"/></li>
</ul>
Modified: trunk/rkward/rkward/plugins/distributions/plot_binomial_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_binomial_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_binomial_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_cauchy_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_cauchy_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_cauchy_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.xml 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.xml 2007-02-08 10:21:25 UTC (rev 1353)
@@ -13,12 +13,12 @@
<row>
<column>
<row>
- <spinbox default_precision="4" type="real" id="n" initial="100" label="Number of Observations" />
+ <spinbox type="integer" id="n" initial="100" min="1" label="Number of Observations" />
</row>
<row>
<frame label="Range" >
- <spinbox default_precision="2" type="real" id="min" initial="0.30" label="Lower quantile" />
- <spinbox default_precision="2" type="real" id="max" initial="24.10" label="Upper quantile" />
+ <spinbox default_precision="2" type="real" id="min" min="0" initial="0.30" label="Lower quantile" />
+ <spinbox default_precision="2" type="real" id="max" min="0" initial="24.10" label="Upper quantile" />
</frame>
</row>
<row>
Modified: trunk/rkward/rkward/plugins/distributions/plot_exponential_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_exponential_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_exponential_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_exponential_distribution.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_exponential_distribution.xml 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_exponential_distribution.xml 2007-02-08 10:21:25 UTC (rev 1353)
@@ -18,7 +18,7 @@
<row>
<frame label="Range" >
<spinbox default_precision="2" type="real" id="min" initial="0" min="0" label="Lower quantile" />
- <spinbox default_precision="2" type="real" id="max" initial="10" label="Upper quantile" />
+ <spinbox default_precision="2" type="real" id="max" initial="10" min="0" label="Upper quantile" />
</frame>
</row>
<row>
Modified: trunk/rkward/rkward/plugins/distributions/plot_f_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_f_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_f_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_gamma_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_gamma_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_gamma_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_geometric_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_geometric_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_geometric_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_hypergeometric_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_hypergeometric_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_hypergeometric_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_logistic_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_logistic_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_logistic_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_lognormal_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_lognormal_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_lognormal_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_negbinomial_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_negbinomial_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_negbinomial_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_negbinomial_distribution.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_negbinomial_distribution.xml 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_negbinomial_distribution.xml 2007-02-08 10:21:25 UTC (rev 1353)
@@ -23,7 +23,7 @@
<spinbox type="integer" min = "0" id="max" initial="24" label="Upper quantile" />
</frame>
<frame label="Parameters">
- <spinbox default_precision="0" type="real" id="size" min="0.01" initial="12" label="Target number of successful trials" />
+ <spinbox type="integer" id="size" min="1" initial="12" label="Target number of successful trials" />
<row>
<column>
<spinbox default_precision="2" type="real" id="prob" initial="0.75" min="0" max="1" label="Probability of success on each trial" />
Modified: trunk/rkward/rkward/plugins/distributions/plot_normal_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_normal_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_normal_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_poisson_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_poisson_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_poisson_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_t_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_t_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_t_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_t_distribution.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_t_distribution.xml 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_t_distribution.xml 2007-02-08 10:21:25 UTC (rev 1353)
@@ -13,7 +13,7 @@
<row>
<column>
<row>
- <spinbox type="integer" id="n" initial="100" label="Number of Observations" />
+ <spinbox type="integer" id="n" initial="100" min="1" label="Number of Observations" />
</row>
<row>
<frame label="Range" >
Modified: trunk/rkward/rkward/plugins/distributions/plot_tukey_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_tukey_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_tukey_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_tukey_distribution.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_tukey_distribution.xml 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_tukey_distribution.xml 2007-02-08 10:21:25 UTC (rev 1353)
@@ -20,7 +20,7 @@
<row>
<frame label="Range" >
<spinbox default_precision="2" type="real" id="min" initial="-1" min="-1" label="Lower quantile" />
- <spinbox default_precision="2" type="real" id="max" initial="8" label="Upper quantile" />
+ <spinbox default_precision="2" type="real" id="max" initial="8" min="0" label="Upper quantile" />
</frame>
</row>
<row>
Modified: trunk/rkward/rkward/plugins/distributions/plot_uniform_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_uniform_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_uniform_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_weibull_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_weibull_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_weibull_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<settings>
Modified: trunk/rkward/rkward/plugins/distributions/plot_wilcoxon_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_wilcoxon_distribution.rkh 2007-02-08 10:19:40 UTC (rev 1352)
+++ trunk/rkward/rkward/plugins/distributions/plot_wilcoxon_distribution.rkh 2007-02-08 10:21:25 UTC (rev 1353)
@@ -5,7 +5,7 @@
</summary>
<usage>
-Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box. The default values should produce a plot of the "standard" distribution.
+Choose appropriate values for the various parameters of the distribution and select the type of function. The "Submit" button will export the plot to the "Output" window. To dynamically visualise the plot check the "Preview" box.
</usage>
<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