Skip to content

Releases: Hua-Zhou/MultiResponseVarianceComponentModels.jl

v0.3.2

21 Jun 22:31
Compare
Choose a tag to compare
  • No significant changes except for updated docs

v0.3.1

20 Jun 18:43
Compare
Choose a tag to compare
  • Initial implementation of MM updates with generalized eigenvalue decomposition for two variance components model to accelerate algorithm (i.e. MRTVCModel struct)

v0.3.0

08 Jun 07:47
Compare
Choose a tag to compare
  • Changed the MRVCModel struct so that the option of not computing standard error is available as keyword argument (i.e. se = false)
  • Breaking change: REML keyword (i.e. reml = true) is now used with constructor, no longer with fit!
  • Initial implementation of MM updates for missing response

v0.2.1

24 May 07:33
Compare
Choose a tag to compare
  • Implementation of MM + EM algorithms for both ML and REML estimation with calculation of standard errors
  • Updated documentation
  • Used for associated manuscript (link)

v0.1.0

19 Apr 16:23
Compare
Choose a tag to compare
  • Initial implementation of MM + EM algorithms for ML estimation