Recent Releases of FMM
FMM - FMM 0.3.1
- A vignette has been added.
- The default value of the argument showTime of fitFMM() function has been changed to FALSE.
R2()andalwaysFalse()functions are listed inNAMESPACEfile.- An example for plotting the original time scale on the x-axis of the ggplots has been added to the documentation of the
plotFMM()function. - Add automated unit tests for
fitFMM()function. fitFMM()prints informative error messages when the number of observations is insufficient or data are constant.
- R
Published by FMMGroupVa over 1 year ago
FMM - FMM 0.3.0
New features:
- Together with the estimation by blocks, an exact implementation has been added to the restricted model, improving accuracy at the cost of increased computation time.
Enhancements:
- Optimization of the estimation procedure for the monocomponent, multicomponent, and restricted FMM models. An embedded parallelized procedure is available for all the models for faster estimations.
- Code refinement to be more object-oriented, reducing code duplicity and unnecessary orders. Moreover, API usability has been improved, and the documentation is now automatically created with
roxygen2.
- R
Published by FMMGroupVa over 1 year ago
FMM - FMM 0.2.0
New features:
- New
show()method to print basic information on an FMM object. - Optimized monocomponent and multicomponent model computation.
Enhancements:
- A slot was added to the FMM object with information on the number of iterations of the fitting process.
- Renamed the
FMMPeaksfunction togetFMMPeaks. - Renamed the
generate_FMMfunction togenerateFMM. Also parametersa,b, andwtoalpha,beta, andomega, respectively.
- R
Published by FMMGroupVa over 1 year ago