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
,print
andsummary
methods are available for theSGD_ESTIMATION_DF
class.The package is now using
S3
method forSGD_ESTIMATION_DF
class.The package has been completely restructured using Object-Oriented Programming (OOP). It now comprises two primary classes, namely
Model
andParameters
. Despite these structural modifications, the results and efficiency remain consistent with previous implementations. However, the changes have significantly enhanced the system’s extensibility.