1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 #include "StatisticsDialogs.hrc"
13 Resource RID_STATISTICS_DLGS
16 /* MovingAverageDialog */
18 String STR_MOVING_AVERAGE_UNDO_NAME
20 Text [ en-US ] = "Moving Average";
23 /* ExponentialSmoothingDialog */
25 String STR_EXPONENTIAL_SMOOTHING_UNDO_NAME
27 Text [ en-US ] = "Exponential Smoothing";
30 /* AnalysisOfVarianceDialog */
32 String STR_ANALYSIS_OF_VARIANCE_UNDO_NAME
34 Text [ en-US ] = "Analysis of Variance";
37 String STR_ANOVA_SINGLE_FACTOR_LABEL
39 Text [ en-US ] = "ANOVA - Single Factor";
42 String STR_ANOVA_TWO_FACTOR_LABEL
44 Text [ en-US ] = "ANOVA - Two Factor";
47 String STR_ANOVA_LABEL_GROUPS
49 Text [ en-US ] = "Groups";
52 String STR_ANOVA_LABEL_BETWEEN_GROUPS
54 Text [ en-US ] = "Between Groups";
57 String STR_ANOVA_LABEL_WITHIN_GROUPS
59 Text [ en-US ] = "Within Groups";
62 String STR_ANOVA_LABEL_SOURCE_OF_VARIATION
64 Text [ en-US ] = "Source of Variation";
67 String STR_ANOVA_LABEL_SS
69 Text [ en-US ] = "SS";
72 String STR_ANOVA_LABEL_DF
74 Text [ en-US ] = "df";
77 String STR_ANOVA_LABEL_MS
79 Text [ en-US ] = "MS";
82 String STR_ANOVA_LABEL_F
87 String STR_ANOVA_LABEL_P_VALUE
89 Text [ en-US ] = "P-value";
92 String STR_ANOVA_LABEL_F_CRITICAL
94 Text [ en-US ] = "F critical";
97 String STR_ANOVA_LABEL_TOTAL
99 Text [ en-US ] = "Total";
102 /* CorrelationDialog */
104 String STR_CORRELATION_UNDO_NAME
106 Text [ en-US ] = "Correlation";
109 String STR_CORRELATION_LABEL
111 Text [ en-US ] = "Correlations";
114 /* CovarianceDialog */
116 String STR_COVARIANCE_UNDO_NAME
118 Text [ en-US ] = "Covariance";
121 String STR_COVARIANCE_LABEL
123 Text [ en-US ] = "Covariances";
126 /* DescriptiveStatisticsDialog */
128 String STR_DESCRIPTIVE_STATISTICS_UNDO_NAME
130 Text [ en-US ] = "Descriptive Statistics";
132 String STRID_CALC_MEAN
134 Text [ en-US ] = "Mean";
136 String STRID_CALC_STD_ERROR
138 Text [ en-US ] = "Standard Error";
140 String STRID_CALC_MODE
142 Text [ en-US ] = "Mode";
144 String STRID_CALC_MEDIAN
146 Text [ en-US ] = "Median";
148 String STRID_CALC_VARIANCE
150 Text [ en-US ] = "Variance";
152 String STRID_CALC_STD_DEVIATION
154 Text [ en-US ] = "Standard Deviation";
156 String STRID_CALC_KURTOSIS
158 Text [ en-US ] = "Kurtosis";
160 String STRID_CALC_SKEWNESS
162 Text [ en-US ] = "Skewness";
164 String STRID_CALC_RANGE
166 Text [ en-US ] = "Range";
168 String STRID_CALC_MIN
170 Text [ en-US ] = "Minimum";
172 String STRID_CALC_MAX
174 Text [ en-US ] = "Maximum";
176 String STRID_CALC_SUM
178 Text [ en-US ] = "Sum";
180 String STRID_CALC_COUNT
182 Text [ en-US ] = "Count";
185 /* RandomNumberGeneratorDialog */
187 String STR_UNDO_DISTRIBUTION_TEMPLATE
189 Text [ en-US ] = "Random ($(DISTRIBUTION))";
191 String STR_DISTRIBUTION_UNIFORM_REAL
193 Text [ en-US ] = "Uniform";
195 String STR_DISTRIBUTION_UNIFORM_INTEGER
197 Text [ en-US ] = "Uniform Integer";
199 String STR_DISTRIBUTION_NORMAL
201 Text [ en-US ] = "Normal";
203 String STR_DISTRIBUTION_CAUCHY
205 Text [ en-US ] = "Cauchy";
207 String STR_DISTRIBUTION_BERNOULLI
209 Text [ en-US ] = "Bernoulli";
211 String STR_DISTRIBUTION_BINOMIAL
213 Text [ en-US ] = "Binomial";
215 String STR_DISTRIBUTION_NEGATIVE_BINOMIAL
217 Text [ en-US ] = "Negative Binomial";
219 String STR_DISTRIBUTION_CHI_SQUARED
221 Text [ en-US ] = "Chi Squared";
223 String STR_DISTRIBUTION_GEOMETRIC
225 Text [ en-US ] = "Geometric";
227 String STR_RNG_PARAMETER_MINIMUM
229 Text [ en-US ] = "Minimum";
231 String STR_RNG_PARAMETER_MAXIMUM
233 Text [ en-US ] = "Maximum";
235 String STR_RNG_PARAMETER_MEAN
237 Text [ en-US ] = "Mean";
239 String STR_RNG_PARAMETER_STANDARD_DEVIATION
241 Text [ en-US ] = "Standard Deviation";
243 String STR_RNG_PARAMETER_STANDARD_MEDIAN
245 Text [ en-US ] = "Median";
247 String STR_RNG_PARAMETER_STANDARD_SIGMA
249 Text [ en-US ] = "Sigma";
251 String STR_RNG_PARAMETER_STANDARD_PROBABILITY
253 Text [ en-US ] = "p Value";
255 String STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS
257 Text [ en-US ] = "Number of Trials";
259 String STR_RNG_PARAMETER_STANDARD_NU_VALUE
261 Text [ en-US ] = "nu Value";
266 String STR_SAMPLING_UNDO_NAME
268 Text [ en-US ] = "Sampling";
271 String STR_TTEST_UNDO_NAME
273 Text [ en-US ] = "t-test";
276 String STR_FTEST_UNDO_NAME
278 Text [ en-US ] = "F-test";
282 String STR_COLUMN_LABEL_TEMPLATE
284 Text [ en-US ] = "Column %NUMBER%";
286 String STR_ROW_LABEL_TEMPLATE
288 Text [ en-US ] = "Row %NUMBER%";
290 String STR_LABEL_ALPHA
292 Text [ en-US ] = "Alpha";
294 String STR_VARIABLE_1_LABEL
296 Text [ en-US ] = "Variable 1";
298 String STR_VARIABLE_2_LABEL
300 Text [ en-US ] = "Variable 2";
304 String STR_FTEST_OBSERVATIONS_LABEL
306 Text [ en-US ] = "Observations";
308 String STR_FTEST_P_RIGHT_TAIL
310 Text [ en-US ] = "P (F<=f) right-tail";
312 String STR_FTEST_F_CRITICAL_RIGHT_TAIL
314 Text [ en-US ] = "F Critical right-tail";
316 String STR_FTEST_P_LEFT_TAIL
318 Text [ en-US ] = "P (F<=f) left-tail";
320 String STR_FTEST_F_CRITICAL_LEFT_TAIL
322 Text [ en-US ] = "F Critical left-tail";
324 String STR_FTEST_P_TWO_TAIL
326 Text [ en-US ] = "P two-tail";
328 String STR_FTEST_F_CRITICAL_TWO_TAIL
330 Text [ en-US ] = "F Critical two-tail";
334 String STR_TTEST_PEARSON_CORRELATION
336 Text [ en-US ] = "Pearson Correlation";
338 String STR_TTEST_HYPOTHESIZED_MEAN_DIFFERENCE
340 Text [ en-US ] = "Hypothesized Mean Difference";
342 String STR_TTEST_OBSERVED_MEAN_DIFFERENCE
344 Text [ en-US ] = "Observed Mean Difference";
346 String STR_TTEST_VARIANCE_OF_THE_DIFFERENCES
348 Text [ en-US ] = "Variance of the Differences";
350 String STR_TTEST_T_STAT
352 Text [ en-US ] = "t Stat";
354 String STR_TTEST_P_ONE_TAIL
356 Text [ en-US ] = "P (T<=t) one-tail";
358 String STR_TTEST_T_CRITICAL_ONE_TAIL
360 Text [ en-US ] = "t Critical one-tail";
362 String STR_TTEST_P_TWO_TAIL
364 Text [ en-US ] = "P (T<=t) two-tail";
366 String STR_TTEST_T_CRITICAL_TWO_TAIL
368 Text [ en-US ] = "t Critical two-tail";
372 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */