[rkward-cvs] SF.net SVN: rkward: [1344] trunk/rkward/rkward/plugins/distributions/ plot_beta_distribution.rkh

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Feb 7 11:55:25 UTC 2007


Revision: 1344
          http://svn.sourceforge.net/rkward/?rev=1344&view=rev
Author:   tfry
Date:     2007-02-07 03:55:24 -0800 (Wed, 07 Feb 2007)

Log Message:
-----------
Remove confusing statement, and two typos

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh

Modified: trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh	2007-02-07 11:43:32 UTC (rev 1343)
+++ trunk/rkward/rkward/plugins/distributions/plot_beta_distribution.rkh	2007-02-07 11:55:24 UTC (rev 1344)
@@ -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>
@@ -16,8 +16,8 @@
 		<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 distributoin.</setting>
-		<setting id="b"> shape2 paramter of the Beta distributoin.</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>
 		<setting id="log">Check this box if log of the function values are to be plotted.</setting>
 		<setting id="lower">This option is valid only for plotting the distribution function. Uncheck this box if the upper tail of the distribution function (P[X > x]) is to be plotted.</setting>


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