diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-08 18:50:08 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-11-08 19:39:15 +0100 |
commit | be8a5d4495e787e1628bf053be5e3e56e0ea9565 (patch) | |
tree | b4f2f74355706875e24eaa0e38dae6c563e519d3 /sc/inc | |
parent | 1e81e82a3f49bf2482bd28948154724c2ee5124f (diff) |
tdf#74667 Regression dialog: linear, logarithmic, power
Add a new statistics dialog for calculating regression. First
supported regression models are linear, logarithmic and power.
Change-Id: I6fa18136455d4bc4d69edbaa7d19ee6b5b6e5703
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/sc.hrc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index c332cd2d0e33..f49b3fd3e9f9 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -269,11 +269,12 @@ #define SID_COVARIANCE_DIALOG (SC_MESSAGE_START + 75) #define SID_EXPONENTIAL_SMOOTHING_DIALOG (SC_MESSAGE_START + 76) #define SID_MOVING_AVERAGE_DIALOG (SC_MESSAGE_START + 77) -#define SID_TTEST_DIALOG (SC_MESSAGE_START + 78) -#define SID_FTEST_DIALOG (SC_MESSAGE_START + 79) -#define SID_ZTEST_DIALOG (SC_MESSAGE_START + 80) -#define SID_CHI_SQUARE_TEST_DIALOG (SC_MESSAGE_START + 81) -#define SID_SEARCH_RESULTS_DIALOG (SC_MESSAGE_START + 82) +#define SID_REGRESSION_DIALOG (SC_MESSAGE_START + 78) +#define SID_TTEST_DIALOG (SC_MESSAGE_START + 79) +#define SID_FTEST_DIALOG (SC_MESSAGE_START + 80) +#define SID_ZTEST_DIALOG (SC_MESSAGE_START + 81) +#define SID_CHI_SQUARE_TEST_DIALOG (SC_MESSAGE_START + 82) +#define SID_SEARCH_RESULTS_DIALOG (SC_MESSAGE_START + 83) // functions |