[rkward-cvs] SF.net SVN: rkward: [1871] trunk/rkward/rkward/plugins/distributions
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon May 7 15:23:53 UTC 2007
Revision: 1871
http://svn.sourceforge.net/rkward/?rev=1871&view=rev
Author: tfry
Date: 2007-05-07 08:23:52 -0700 (Mon, 07 May 2007)
Log Message:
-----------
One more snippet
Modified Paths:
--------------
trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh
trunk/rkward/rkward/plugins/distributions/plot_dist_common_snippets.xml
trunk/rkward/rkward/plugins/distributions/plot_t_distribution.rkh
Modified: trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh 2007-05-07 15:15:35 UTC (rev 1870)
+++ trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh 2007-05-07 15:23:52 UTC (rev 1871)
@@ -12,12 +12,10 @@
<settings>
<insert snippet="density_help"/>
- <setting id="n">Number of observations (points) for constructing the plot (n).</setting>
- <setting id="min">Smallest value at which the function is to be plotted.</setting>
- <setting id="max">Largest value at which the function is to be plotted. So, the function will be evaluated at 'n' equally spaced points between the lower quantile and the upper quantile (inclusive of end points).</setting>
- <setting id="a"> shape1 paramter of the Beta distribution.</setting>
- <setting id="b"> shape2 paramter of the Beta distribution.</setting>
- <setting id="ncp">Non-centrality paramter of the Beta distribution.</setting>
+ <insert snippet="cont_range_help"/>
+ <setting id="a"> shape1 parameter of the Beta distribution.</setting>
+ <setting id="b"> shape2 parameter of the Beta distribution.</setting>
+ <setting id="ncp">Non-centrality parameter of the Beta distribution.</setting>
<insert snippet="common_options_help"/>
</settings>
<related>
Modified: trunk/rkward/rkward/plugins/distributions/plot_dist_common_snippets.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_dist_common_snippets.xml 2007-05-07 15:15:35 UTC (rev 1870)
+++ trunk/rkward/rkward/plugins/distributions/plot_dist_common_snippets.xml 2007-05-07 15:23:52 UTC (rev 1871)
@@ -37,4 +37,9 @@
<li> Distribution Function </li>
</setting>
</snippet>
+ <snippet id="cont_range_help">
+ <setting id="n">Number of observations (points) for constructing the plot (n).</setting>
+ <setting id="min">Smallest value at which the function is to be plotted.</setting>
+ <setting id="max">Largest value at which the function is to be plotted. So, the function will be evaluated at 'n' equally spaced points between the lower quantile and the upper quantile (inclusive of end points).</setting>
+ </snippet>
</document>
\ No newline at end of file
Modified: trunk/rkward/rkward/plugins/distributions/plot_t_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_t_distribution.rkh 2007-05-07 15:15:35 UTC (rev 1870)
+++ trunk/rkward/rkward/plugins/distributions/plot_t_distribution.rkh 2007-05-07 15:23:52 UTC (rev 1871)
@@ -12,9 +12,7 @@
<settings>
<insert snippet="density_help"/>
- <setting id="n">Number of observations (points) for constructing the plot (n).</setting>
- <setting id="min">Smallest value at which the function is to be plotted.</setting>
- <setting id="max">Largest value at which the function is to be plotted. So, the function will be evaluated at 'n' equally spaced points between the lower quantile and the upper quantile (inclusive of end points).</setting>
+ <insert snippet="cont_range_help"/>
<setting id="df">See R reference on t distribution.</setting>
<setting id="ncp">See R reference on t distribution.</setting>
<insert snippet="common_options_help"/>
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