fHMM 1.1.0
CRAN release: 2023-02-14
- Extended the time horizon of saved data and updated models for demonstration.
- The
download_data()
function now returns the data as adata.frame
by default. However, specifying argumentfile
still allows for saving the data as a .csv file. - The
plot.fHMM_model()
function now has the additional argumentll_relative
(default isTRUE
) to plot the relative log-likelihood values whenplot_type = "ll"
. - Significantly increased the test coverage and fixed minor bugs.
- Changed color of time series plot from
"lightgray"
to"black"
for better readability. - Added a title to the time series plot when calling
plot.fHMM_model(plot_type = "ts")
. Additionally, a time interval with argumentsfrom
andto
can be selected to zoom into the data.
fHMM 1.0.2
CRAN release: 2022-05-02
- Fixed bug in
reorder_states()
that did not order the fine-scale parameter sets when the coarse-scale order was changed. - Fixed bug in
parameter_labels()
that returned the wrong order of parameter labels. - Changed plot type of simulated data to lines.
fHMM 1.0.1
CRAN release: 2022-04-07
- In the vignette ‘Controls’, in the section about example specifications for
controls
, correctedsdds = "gamma(mu = -1|1)"
tosdds = "gamma(mu = 0.5|2)"
because mean of the Gamma distribution must be positive. - Added
digits
argument toprint.fHMM_predict()
. - Fixed bug in
reorder_states()
that allowed for misspecification ofstate_order
. - Added option to
fit_model()
to initialize at the estimates of another model (#73).
fHMM 1.0.0
CRAN release: 2022-03-14
- Enhanced the package by S3 classes.
- Added more
controls
specifications. - Included a prediction function.
- Improved documentations.
fHMM 0.3.0
CRAN release: 2021-06-16
- Added vignettes.
- Improved specification of
controls
. - Created a package start-up message.
- Fixed minor bugs.