Changelog
SGDr 0.1.1
Major changes
GUI for SFGD calculator is availble now.
SGDr_example()makes it easy to access example files bundled withSGDr.
SGDr 0.1.0
SGDr (development version)
The unknown pumping rate is now available for calibration. (not a general purpose function, just for case study)
The window size is now available for calibration.
The warm up period is now available for the model, implemented in
C++.plot,printandsummarymethods are available for theSGD_ESTIMATION_DFclass.The package is now using
S3method forSGD_ESTIMATION_DFclass.The package has been completely restructured using Object-Oriented Programming (OOP). It now comprises two primary classes, namely
ModelandParameters. Despite these structural modifications, the results and efficiency remain consistent with previous implementations. However, the changes have significantly enhanced the system’s extensibility.