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_LABEL_GROUPS
44 Text [ en-US ] = "Groups";
47 String STR_ANOVA_LABEL_BETWEEN_GROUPS
49 Text [ en-US ] = "Between Groups";
52 String STR_ANOVA_LABEL_WITHIN_GROUPS
54 Text [ en-US ] = "Within Groups";
57 String STR_ANOVA_LABEL_SOURCE_OF_VARIATION
59 Text [ en-US ] = "Source of Variation";
62 String STR_ANOVA_LABEL_SS
64 Text [ en-US ] = "SS";
67 String STR_ANOVA_LABEL_DF
69 Text [ en-US ] = "df";
72 String STR_ANOVA_LABEL_MS
74 Text [ en-US ] = "MS";
77 String STR_ANOVA_LABEL_F
82 String STR_ANOVA_LABEL_P_VALUE
84 Text [ en-US ] = "P-value";
87 String STR_ANOVA_LABEL_F_CRITICAL
89 Text [ en-US ] = "F critical";
92 String STR_ANOVA_LABEL_TOTAL
94 Text [ en-US ] = "Total";
97 /* CorrelationDialog */
99 String STR_CORRELATION_UNDO_NAME
101 Text [ en-US ] = "Correlation";
104 String STR_CORRELATION_LABEL
106 Text [ en-US ] = "Correlations";
109 /* CovarianceDialog */
111 String STR_COVARIANCE_UNDO_NAME
113 Text [ en-US ] = "Covariance";
116 String STR_COVARIANCE_LABEL
118 Text [ en-US ] = "Covariances";
121 /* DescriptiveStatisticsDialog */
123 String STR_DESCRIPTIVE_STATISTICS_UNDO_NAME
125 Text [ en-US ] = "Descriptive Statistics";
127 String STRID_CALC_MEAN
129 Text [ en-US ] = "Mean";
131 String STRID_CALC_STD_ERROR
133 Text [ en-US ] = "Standard Error";
135 String STRID_CALC_MODE
137 Text [ en-US ] = "Mode";
139 String STRID_CALC_MEDIAN
141 Text [ en-US ] = "Median";
143 String STRID_CALC_VARIANCE
145 Text [ en-US ] = "Variance";
147 String STRID_CALC_STD_DEVIATION
149 Text [ en-US ] = "Standard Deviation";
151 String STRID_CALC_KURTOSIS
153 Text [ en-US ] = "Kurtosis";
155 String STRID_CALC_SKEWNESS
157 Text [ en-US ] = "Skewness";
159 String STRID_CALC_RANGE
161 Text [ en-US ] = "Range";
163 String STRID_CALC_MIN
165 Text [ en-US ] = "Minimum";
167 String STRID_CALC_MAX
169 Text [ en-US ] = "Maximum";
171 String STRID_CALC_SUM
173 Text [ en-US ] = "Sum";
175 String STRID_CALC_COUNT
177 Text [ en-US ] = "Count";
180 /* RandomNumberGeneratorDialog */
182 String STR_UNDO_DISTRIBUTION_TEMPLATE
184 Text [ en-US ] = "Random ($(DISTRIBUTION))";
186 String STR_DISTRIBUTION_UNIFORM_REAL
188 Text [ en-US ] = "Uniform";
190 String STR_DISTRIBUTION_UNIFORM_INTEGER
192 Text [ en-US ] = "Uniform Integer";
194 String STR_DISTRIBUTION_NORMAL
196 Text [ en-US ] = "Normal";
198 String STR_DISTRIBUTION_CAUCHY
200 Text [ en-US ] = "Cauchy";
202 String STR_DISTRIBUTION_BERNOULLI
204 Text [ en-US ] = "Bernoulli";
206 String STR_DISTRIBUTION_BINOMIAL
208 Text [ en-US ] = "Binomial";
210 String STR_DISTRIBUTION_NEGATIVE_BINOMIAL
212 Text [ en-US ] = "Negative Binomial";
214 String STR_DISTRIBUTION_CHI_SQUARED
216 Text [ en-US ] = "Chi Squared";
218 String STR_DISTRIBUTION_GEOMETRIC
220 Text [ en-US ] = "Geometric";
222 String STR_RNG_PARAMETER_MINIMUM
224 Text [ en-US ] = "Minimum";
226 String STR_RNG_PARAMETER_MAXIMUM
228 Text [ en-US ] = "Maximum";
230 String STR_RNG_PARAMETER_MEAN
232 Text [ en-US ] = "Mean";
234 String STR_RNG_PARAMETER_STANDARD_DEVIATION
236 Text [ en-US ] = "Standard Deviation";
238 String STR_RNG_PARAMETER_STANDARD_MEDIAN
240 Text [ en-US ] = "Median";
242 String STR_RNG_PARAMETER_STANDARD_SIGMA
244 Text [ en-US ] = "Sigma";
246 String STR_RNG_PARAMETER_STANDARD_PROBABILITY
248 Text [ en-US ] = "p Value";
250 String STR_RNG_PARAMETER_STANDARD_NUMBER_OF_TRIALS
252 Text [ en-US ] = "Number of Trials";
254 String STR_RNG_PARAMETER_STANDARD_NU_VALUE
256 Text [ en-US ] = "nu Value";
261 String STR_SAMPLING_UNDO_NAME
263 Text [ en-US ] = "Sampling";
267 String STR_COLUMN_LABEL_TEMPLATE
269 Text [ en-US ] = "Column %NUMBER%";
271 String STR_ROW_LABEL_TEMPLATE
273 Text [ en-US ] = "Row %NUMBER%";
275 String STR_LABEL_ALPHA
277 Text [ en-US ] = "Alpha";
281 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */