0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 15 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix to avoid NullPointerException when using MovingAverageModel directly, as opposed to via Forecaster.getBestForecast. Thanks to Zachary St Lawrence (9/9/11) for catching this. More... over 12 years ago
Upgraded to use latest version of JFreeChart (1.0.13). More... almost 13 years ago
Upgraded to use latest version of JFreeChart (1.0.13). More... almost 13 years ago
Upgraded to use latest version of JFreeChart (1.0.13). More... almost 13 years ago
Initial support for AIC - suggested by Sajjad Daya, May 2011. Overloaded Forecaster.getBestForecast to allow user to select evaluation criteria - suggested by Paul Mars. More... almost 13 years ago
Fixed a couple of typos in the JavaDocs. More... almost 13 years ago
Minor clean up of source files. More... almost 13 years ago
Updated to use J2SE 1.5 Generics, plus other minor updates. More... almost 13 years ago
Updated to use J2SE 1.5 Generics, plus other minor updates. More... almost 13 years ago
Minor documentation change to prevent javadoc warning. More... almost 18 years ago
Modified getBestForecast to use one less than the sqrt of the number of observations as a guess at the order of the single variable polynomial model to fit. Previous implementation used half the number of observations (with a max. of 10) as the order. While providing a great fitting curve (and often the "best" fitting curve), this older approach also gave some wild future estimates - as a result of high order polynomial curves. The new approach is more conservative. More... almost 20 years ago
Added checks on input parameters to getBestFitModel and init methods, and included more helpful error messages. Without these some cryptic errors were being produced. More... almost 20 years ago
Modified CSVBuilder to try to read variable names from first line and, if all column names appear to be numeric data then treat the first line as data instead of as a header row. Added two test cases to test this new functionality. More... about 20 years ago
Modified CSVBuilder to try to read variable names from first line and, if all column names appear to be numeric data then treat the first line as data instead of as a header row. More... about 20 years ago
Added support for double and triple exponenyial smoothing models. More... about 20 years ago
Added documentation about the need for validation of calculateAccuracyIndicators. Converted tabs to (4) spaces. More... about 20 years ago
Added validation that gammaMax must be no greater than 1.0 to findBestGamma. More... about 20 years ago
Converted tabs to (4) spaces. More... about 20 years ago
Modified to use TripleExponentialSmoothingModel.getBestFitModel instead of "hard-coding" some values for the smoothing constant. More... about 20 years ago
Modified to work with new package names. Now using net.sourceforge.openforecast.examples instead of the old net.sourceforge.openforecast.demo. More... about 20 years ago
Converted tabs to (4) spaces. More... about 20 years ago
Moved all test source files from src/test into their own directory beneath test. More... about 20 years ago
Moved all test source files from src/test into their own directory beneath test. More... about 20 years ago
Changed examples package from "demo" to "examples" to match new package naming. More... about 20 years ago
Moved Java source files from top directory (examples) into an appropriate subdirectory based on their package (i.e. net/sourceforge/openforecast/examples). More... about 20 years ago
Added note about packaging of OpenForecast and different components. More... about 20 years ago
Added tests for new TimeSeriesBuilder and TimeSeriesOutputter classes. More... about 20 years ago
Changed tabs to (4) spaces. Updated Copyright years. More... about 20 years ago
Added new (JFreeChart) TimeSeries builder and outputter. More... about 20 years ago
Converted tabs to (4) spaces. Updated copyright years. More... about 20 years ago