[rkward-cvs] [rkward] rkward/plugins/distributions: Fix various minor typos

Yuri Chornoivan yurchor at ukr.net
Sun Feb 1 10:40:24 UTC 2015


Git commit c7dacbf3c39c38f2167224051dec88cd7d0a6db1 by Yuri Chornoivan.
Committed on 01/02/2015 at 10:40.
Pushed by yurchor into branch 'master'.

Fix various minor typos

M  +1    -1    rkward/plugins/distributions/binomial.rkh
M  +1    -1    rkward/plugins/distributions/clt/plot_clt_help_snippets.xml
M  +1    -1    rkward/plugins/distributions/clt/plot_negbinomial_clt.xml
M  +4    -4    rkward/plugins/distributions/dist_help_snippets.xml
M  +1    -1    rkward/plugins/distributions/plot_dist_common_snippets.xml
M  +3    -3    rkward/plugins/distributions/plot_negbinomial_distribution.rkh
M  +1    -1    rkward/plugins/distributions/plot_negbinomial_distribution.xml
M  +1    -1    rkward/plugins/distributions/weibull.js

http://commits.kde.org/rkward/c7dacbf3c39c38f2167224051dec88cd7d0a6db1

diff --git a/rkward/plugins/distributions/binomial.rkh b/rkward/plugins/distributions/binomial.rkh
index 0a72d8f..5e9056c 100644
--- a/rkward/plugins/distributions/binomial.rkh
+++ b/rkward/plugins/distributions/binomial.rkh
@@ -4,7 +4,7 @@
 		<include file="dist_help_snippets.xml"/>
 	</snippets>
 	<summary>
-		Provides a calculator for probabilities, quantiles, and densities in the binonmial distribution.
+		Provides a calculator for probabilities, quantiles, and densities in the binomial distribution.
 
 		Note: For the binomial distribution, quantiles can be interpreted as number of successes in the given number of trials.
 	</summary>
diff --git a/rkward/plugins/distributions/clt/plot_clt_help_snippets.xml b/rkward/plugins/distributions/clt/plot_clt_help_snippets.xml
index 3b0232c..6b85f5e 100644
--- a/rkward/plugins/distributions/clt/plot_clt_help_snippets.xml
+++ b/rkward/plugins/distributions/clt/plot_clt_help_snippets.xml
@@ -20,7 +20,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> does not 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 the <link href="rkward://component/plot_stepfun_options"/> plugin. The 'Add to current plot' option is unavailable.</setting>
 		</settings>
diff --git a/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml b/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml
index ae87e6d..b500cae 100644
--- a/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml
+++ b/rkward/plugins/distributions/clt/plot_negbinomial_clt.xml
@@ -13,7 +13,7 @@
 						<spinbox default_precision="1" type="real" id="mu" initial="4" min="0.01" label="Mean (mu)" />
 					</column>
 					<column>
-						<radio id="param" label="Type of Parameterization" >
+						<radio id="param" label="Type of Parametrization" >
 							<option value="pprob" label="Success probability" />
 							<option value="pmu" label="Mean (mu)" />
 						</radio>
diff --git a/rkward/plugins/distributions/dist_help_snippets.xml b/rkward/plugins/distributions/dist_help_snippets.xml
index c4736c9..59e5f8c 100644
--- a/rkward/plugins/distributions/dist_help_snippets.xml
+++ b/rkward/plugins/distributions/dist_help_snippets.xml
@@ -1,15 +1,15 @@
 <document>
 	<snippet id="dialog_settings">
 		<caption title="Generic settings"/>
-		<setting id="mode">Specify the quantitiy to be calculated (probabilites, densities, or quantiles), and the quantity given (probabilities or quantiles)</setting>
-		<setting id="q">When calculating densities or probabilites, specify one or more quantiles. If this setting is left empty, a sequence of evenly spaced quantiles will be used, instead.</setting>
+		<setting id="mode">Specify the quantity to be calculated (probabilities, densities, or quantiles), and the quantity given (probabilities or quantiles)</setting>
+		<setting id="q">When calculating densities or probabilities, specify one or more quantiles. If this setting is left empty, a sequence of evenly spaced quantiles will be used, instead.</setting>
 		<setting id="p">When calculating quantiles, specify one or more probabilities, optionally logarithmic (see below). If this setting is left empty, a sequence sequence of evenly spaced (log) probabilities will be used, instead.</setting>
-		<setting id="logp">When calculating probabilities, return these as log (p). When specifying probabilites, these are supplied as log (p).</setting>
+		<setting id="logp">When calculating probabilities, return these as log (p). When specifying probabilities, these are supplied as log (p).</setting>
 		<setting id="logd">When calculating densities, return these as log (d).</setting>
 		<setting id="lower">If checked (the default) probabilities are P[X ≤ x]. Otherwise (upper tail) probabilities are P[X > x]</setting>
 		<caption title="Distribution specific settings"/>
 	</snippet>
 	<snippet id="dialog_usage">
-		<usage>Select the desired mode of operation, then specify the values of interest. The input values (quantiles or probabilies) can be left empty, in which case a short sequence of evenly spaced values will be filled in, automatically.</usage>
+		<usage>Select the desired mode of operation, then specify the values of interest. The input values (quantiles or probabilities) can be left empty, in which case a short sequence of evenly spaced values will be filled in, automatically.</usage>
 	</snippet>
 </document>
diff --git a/rkward/plugins/distributions/plot_dist_common_snippets.xml b/rkward/plugins/distributions/plot_dist_common_snippets.xml
index ebe0764..91d8214 100644
--- a/rkward/plugins/distributions/plot_dist_common_snippets.xml
+++ b/rkward/plugins/distributions/plot_dist_common_snippets.xml
@@ -39,7 +39,7 @@
 	</snippet>
 	<snippet id="general_usage_help">
 		<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.
+			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 visualize the plot check the "Preview" box.
 		</usage>
 	</snippet>
 	<snippet id="density_help">
diff --git a/rkward/plugins/distributions/plot_negbinomial_distribution.rkh b/rkward/plugins/distributions/plot_negbinomial_distribution.rkh
index 5a2542c..d017ef3 100644
--- a/rkward/plugins/distributions/plot_negbinomial_distribution.rkh
+++ b/rkward/plugins/distributions/plot_negbinomial_distribution.rkh
@@ -13,11 +13,11 @@ Density and distribution function plots for the Negative Binomial distribution.
 	<settings>
 		<insert snippet="density_help"/>
 		<insert snippet="discont_range_help"/>
-		<setting id="size_trial">This is the <i>size</i> parameter when the 'probability' form of the parameterisation is used. This is always a non-negative integer. See R reference on Negative Binomial distribution.</setting>
-		<setting id="size_disp">This is the <i>size</i> parameter when the 'mu' form of the parameterisation is used. This is a non-negative real number. See R reference on Negative Binomial distribution.</setting>
+		<setting id="size_trial">This is the <i>size</i> parameter when the 'probability' form of the parametrization is used. This is always a non-negative integer. See R reference on Negative Binomial distribution.</setting>
+		<setting id="size_disp">This is the <i>size</i> parameter when the 'mu' form of the parametrization is used. This is a non-negative real number. See R reference on Negative Binomial distribution.</setting>
 		<setting id="prob">See R reference on Negative Binomial distribution.</setting>
 		<setting id="mu">See R reference on Negative Binomial distribution.</setting>
-		<setting id="param">The type of the parameterization to be used. See R reference on Negative Binomial distribution.</setting>
+		<setting id="param">The type of the parametrization to be used. See R reference on Negative Binomial distribution.</setting>
 		<insert snippet="common_options_help"/>
 	</settings>
 
diff --git a/rkward/plugins/distributions/plot_negbinomial_distribution.xml b/rkward/plugins/distributions/plot_negbinomial_distribution.xml
index 59db354..a6c32f3 100644
--- a/rkward/plugins/distributions/plot_negbinomial_distribution.xml
+++ b/rkward/plugins/distributions/plot_negbinomial_distribution.xml
@@ -29,7 +29,7 @@
 						<spinbox default_precision="2" type="real" id="mu" initial="4" min="0.01" label="Mean (alternate parameter, mu)" />
 					</column>
 					<column>
-						<radio id="param" label="Type of Parameterization" >
+						<radio id="param" label="Type of Parametrization" >
 							<option value="pprob" label="Success probability" />
 							<option value="pmu" label="Mean (mu)" />
 						</radio>
diff --git a/rkward/plugins/distributions/weibull.js b/rkward/plugins/distributions/weibull.js
index dd74d2c..32c569e 100755
--- a/rkward/plugins/distributions/weibull.js
+++ b/rkward/plugins/distributions/weibull.js
@@ -1,5 +1,5 @@
 include ("dist_common.js");
 
 function getDistSpecifics () {
-	return initDistSpecifics (i18n ('Weilbull distribution'), 'weibull', ["shape", "scale"], [0, undefined], continuous);
+	return initDistSpecifics (i18n ('Weibull distribution'), 'weibull', ["shape", "scale"], [0, undefined], continuous);
 }


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
rkward-cvs mailing list
rkward-cvs at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-cvs


More information about the rkward-tracker mailing list