-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
204 piecewise linear model plugin from current mean series #464
base: master
Are you sure you want to change the base?
204 piecewise linear model plugin from current mean series #464
Conversation
…g and reuse of code for piecewise linear model
…ava versions other than 8
…pts for VeLa function; refactored RMS, AIC, BIC
|
Investigating. |
After a distracted week, I have looked at the disappearing model data points again. This error occur when using the PLF model creation plugin or the AoV plugin in phase plot mode, then returning to raw mode. The model (and residual) list contains all the model-derived data points, as does the top-level plot view, just not certain zoomed plot portions. The problem would seem to lie with some aspect of the behaviour of the plot model or pane. Other models don't seem to exhibit this problem. Looking at the |
…pon the existence of a phase plot created from a top-hit result.
The model data points that are not visible within a particular isolated segment of the plot at a particular zoom level appear to be deterministic, at least. |
Hi @mpyat2. There are 3 main additions here:
The created model includes fit metrics and extrema and there are regular JUnit tests for the library.
I have refactored quite a lot of the modelling code although I think merge conflicts are confined to the plugin build.xml.
Note that the VeLa script commits are unrelated to the model so feel free to ignore.