Skip to content

Releases: FMMGroupVa/FMM-base-R-package

FMM 0.3.1

21 Feb 08:26
6c0e142

Choose a tag to compare

FMM 0.3.1 Pre-release
Pre-release
  • A vignette has been added.
  • The default value of the argument showTime of fitFMM() function has been changed to FALSE.
  • R2() and alwaysFalse() functions are listed in NAMESPACE file.
  • 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.

FMM 0.3.0

21 Feb 08:20
6c0e142

Choose a tag to compare

FMM 0.3.0 Pre-release
Pre-release

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.

FMM 0.2.0

21 Feb 07:34
6c0e142

Choose a tag to compare

FMM 0.2.0 Pre-release
Pre-release

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 FMMPeaks function to getFMMPeaks.
  • Renamed the generate_FMM function to generateFMM. Also parameters a, b, and w to alpha, beta, and omega, respectively.

FMM 0.1.1

21 Feb 07:51
6c0e142

Choose a tag to compare

FMM 0.1.1 Pre-release
Pre-release

Submitted version 0.1.1 to CRAN after fixed issued pointed in the review.