Releases: Hua-Zhou/MultiResponseVarianceComponentModels.jl
Releases · Hua-Zhou/MultiResponseVarianceComponentModels.jl
v0.3.2
- No significant changes except for updated docs
v0.3.1
- Initial implementation of MM updates with generalized eigenvalue decomposition for two variance components model to accelerate algorithm (i.e.
MRTVCModel
struct)
v0.3.0
- 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
- 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
- Initial implementation of MM + EM algorithms for ML estimation