[rkward-cvs] SF.net SVN: rkward: [1536] trunk/rkward/rkward/plugins/distributions/clt/ plot_binomial_clt.rkh

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Mar 4 19:59:29 UTC 2007


Revision: 1536
          http://svn.sourceforge.net/rkward/?rev=1536&view=rev
Author:   tfry
Date:     2007-03-04 11:59:29 -0800 (Sun, 04 Mar 2007)

Log Message:
-----------
Minor things on the help page: Add a link, re-sort <related> section, "RkWard" -> "RKWard"

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh	2007-03-04 19:43:18 UTC (rev 1535)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh	2007-03-04 19:59:29 UTC (rev 1536)
@@ -8,7 +8,7 @@
 	</usage>
 	<settings>
 		<caption id="tab_plot_distrib_clt"/>
-		<setting id="frame_binomparam">See RkWard help on 'Plot Binomial distribution'.</setting>
+		<setting id="frame_binomparam">See RKWard help on <link href="rkward://component/plot_binomial_distribution"/>.</setting>
 		<setting id="nAvg">These many samples (nAvg) are used to calculate sample average. For a fixed value of the parameters, one would be interested in seeing how the distribution of the sample averages change as this number increases.</setting>
 		<setting id="nDist">These many sets-of-samples (nDist) are used to get some idea about the distribution of the sample averages. Each set provides an average. Then these averages are used to construct the 'Histogram' or the 'QQplot' or the 'Distribution function'.</setting>
 		<setting id="function">Choose one of 'Histogram', 'QQplot' or 'Distribution function' to compare the distribution of the sample averages of D with that of Normal distribution. As of now, only 'Histogram' has been implemented.</setting>
@@ -19,7 +19,7 @@
 		<setting id="plotoptions">Various plot options.</setting>
 		<setting id="preview">Preview button.</setting>
 		<caption id="tab_histoptions"/>
-		<setting id="histogram_opt">The 'Frequency' checkbox is unavailable because, in this situation, drawing the histogram with <i>freq=TRUE</i> doesnot make sense. Also, since histogram is the main plot, 'Add to current plot' checkbox has also been disabled. See RkWard help on <link href="rkward://component/histogram_options"/> for other histogram centric details.</setting>
+		<setting id="histogram_opt">The 'Frequency' checkbox is unavailable because, in this situation, drawing the histogram with <i>freq=TRUE</i> doesnot make sense. Also, since histogram is the main plot, 'Add to current plot' checkbox has also been disabled. See RKWard help on <link href="rkward://component/histogram_options"/> for other histogram centric details.</setting>
 		<caption id="tab_distfunction"/>
 		<setting id="dist_stepfun" label="Stepfunction options">See the help on step-function options plugin. The 'Add to current plot' option is unavailable.</setting>
 		<setting id="frame_col_y0"></setting>
@@ -29,12 +29,12 @@
 	</settings>
 	<related>
 		<ul>
+			<li><link href="rkward://component/plot_binomial_distribution"/></li>
+			<li><link href="rkward://component/plot_stepfun_options"/></li>
 			<li><link href="rkward://rhelp/Binomial"/></li>
-			<li><link href="rkward://component/plot_beta_distribution"/></li>
 			<li><link href="rkward://rhelp/Normal"/></li>
 			<li><link href="rkward://rhelp/hist"/></li>
 			<li><link href="rkward://rhelp/rect"/></li>
-			<li><link href="rkward://component/plot_stepfun_options"/></li>
 			<li><link href="rkward://rhelp/rug"/></li>
 		</ul>
 	</related>


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