Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 940 Bytes

File metadata and controls

28 lines (17 loc) · 940 Bytes

StableEstim 2.4

  • Now RelativeErr (used in the condition to terminate the loop) in ComputeITGMMParametersEstim()and ComputeCueGMMParametersEstim() (called by GMMParametersEstim() when algo = "ITGMM" or "CueGMM") remains scalar in the second and subsequent iterations of the while loop. Previously it was becoming a vector from the second iteration on, throwing an error or giving warning in recent versions of R. Thanks to Cedric Juessen who reported and diagnosed it. (fixes #1)

  • moved some dependencies from Imports to Suggests. Removed Matrix from the list of dependencies, as it is not used (in recent versions?).

  • several other changes, not visible to the user.

StableEstim 2.3

  • fixed a minor documentation issue causing a NOTE on CRAN.

StableEstim 2.2

  • fixed 'Escaped LaTeX specials' NOTEs from CRAN.

  • updated DESCRIPTION, documentation and github site.

  • created pkgdown website.