Magne Sjaastad
c10d8561a3
Regression Curve: Remove unit text
...
As cross plot curves is supported, it will require a bit work to make the unit text correct in all cases. To avoid confusion, remove the unit text.
2023-10-19 14:49:42 +02:00
Magne Sjaastad
4a3cdc4e94
Avoid use of time_t when using sliders in GUI
...
* Avoid use of time_t when using sliders in GUI
Sliders use int as internal representation of values, and time_t can cause overflow
2023-10-12 10:02:58 +02:00
Magne Sjaastad
263e39b97b
Add regression curves to ensemble statistics curves
...
* Add statistics enum
* Support ensemble statistics curve as data source for regression curves
* Allow creation of regression curves from statistics curves
* Make sure regression curves are updated after source curves
* Add state to use full or user defined range for regression source data
* Add isRegressionCurve
* Make sure source stepping works when regression curves are present
2023-09-30 11:07:23 +02:00
Magne Sjaastad
4dd4ddc604
Add value range filtering to cross plot regression curves
2023-09-22 15:35:33 +02:00
Kristian Bendiksen
fdf4309d82
Grid Cross Plot: Add regression curves.
2023-06-28 21:46:11 +02:00
Kristian Bendiksen
452969118f
Summary Regression Analysis: fix time scale precision problems
...
Time scale is now converted from seconds since epoch to years since first data
point. This gives better precision in regression analysis.
2023-06-16 16:49:40 +02:00
Kristian Bendiksen
f5752d109d
Regression Analysis: hide logistic regression.
2023-06-09 10:56:56 +02:00
Kristian Bendiksen
adbe080dcf
Regression Analysis: fix polynominal -> polynomial typo
2023-06-09 10:56:56 +02:00
Kristian Bendiksen
f1794abff2
#10358 Regression Analysis: Allow selecting subset of time range for regression
2023-06-08 12:50:54 +02:00
Kristian Bendiksen
3a81cea65d
#10292 Regression Analysis: add forecasting
...
Fixes #10292 .
2023-06-05 12:59:29 +02:00
Kristian Bendiksen
ca4d05dec9
Regression Analysis: Add logarithmic, exponential and logistic regression.
2023-06-02 11:32:23 +02:00
Kristian Bendiksen
eb0f2207b5
#10268 Regression Analysis: Improve text generation code.
2023-05-19 20:00:12 +02:00
Kristian Bendiksen
6a56149d84
#10268 Regression Analysis: add copyable expression text
2023-05-19 20:00:12 +02:00
Kristian Bendiksen
b965153ab0
#10268 Fix show plot data names for decline and regression curves
2023-05-19 20:00:12 +02:00
Kristian Bendiksen
c23cdee17d
#7206 Add regression analysis.
2023-05-16 09:42:18 +02:00