plasmavisgroup / PlasmaGraph

System to graph PUPR Plasma data graph via GUI interface. Basically a tabulated grapher, except with a few nuances.
Other
1 stars 0 forks source link

Larger Polynomial Regressions are needed. #36

Open Jellyfish-Red opened 10 years ago

Jellyfish-Red commented 10 years ago

Having Rank 10 and such Polynomial Regressions would be a great help to allowing for proper modeling of some data sets, but we should go a step further. Try to add a way to obtain arbitrarily-large Polynomial Regressions. (Should be possible, but what worries me is the capabilities from JFree's Polynomial Regression function. Take a look at that?)

The idea is to have a JSlider (or whatever it's called) that goes from 2 to 50 or whatever, and the code takes that slider's value and automatically generates the parameters for the JFree Polynomial Regression creator function!