Skip to content

Releases: Hua-Zhou/MultiResponseVarianceComponentModels.jl

v0.3.4

Choose a tag to compare

@mmkim1210 mmkim1210 released this 03 Jan 03:04
  • Implemented EM algorithm for MRTVCModel
  • Fixed a bug for missing response case
  • Simplified API page for documentation

v0.3.3

Choose a tag to compare

@mmkim1210 mmkim1210 released this 28 Dec 03:34
  • No major changes. Stay the course. Status quo.

v0.3.2

Choose a tag to compare

@mmkim1210 mmkim1210 released this 21 Jun 22:31
  • No significant changes except for updated docs

v0.3.1

Choose a tag to compare

@mmkim1210 mmkim1210 released this 20 Jun 18:43
  • Initial implementation of MM updates with generalized eigenvalue decomposition for two variance components model to accelerate algorithm (i.e. MRTVCModel struct and associated fit!)

v0.3.0

Choose a tag to compare

@mmkim1210 mmkim1210 released this 08 Jun 07:47
  • Changed the MRVCModel struct so that the option of not computing standard error is now 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

Choose a tag to compare

@mmkim1210 mmkim1210 released this 24 May 07:33
  • 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

Choose a tag to compare

@Hua-Zhou Hua-Zhou released this 19 Apr 16:23
  • Initial implementation of MM + EM algorithms for ML estimation