Use BlockArrays types for the A and L members of LinearMixedModel Create ScalarFactorReTerm and VectorFactorReTerm types Create UniformBlockDiagonal for diagonal blocks associated with VectorFactorReTerm Add more benchmarks Add tests Clean up code to reduce allocatio
Fixes #89 Adds more benchmarks Introduces and uses model_response(mf::ModelFrame, d::Distribution) ...
The bootstrap function now returns a data frame with columns corresponding to individual parameters
<p>These are Matlab supporting the manuscript `Block-proximal methods with spatially adapted acceler...
Use BlockArrays types for the A and L members of LinearMixedModel Create ScalarFactorReTerm and Vect...
Reduce memory allocation and garbage collection in models with multiple vector-valued random effects...
extend OptSummary to include more information and to convey settings for the algorithm add show meth...
Deprecate lmm and glmm constructor functions in favor of explicit LinearMixedModel and GeneralizedLi...
Add a method for αβAc_mul_B! needed when evaluating ranef on a model with nested, vector-valued rand...
reformulate the LinearMixedModel type by incorporating the wttrms and Λ members into the trms member...
Reweighting a VectorFactorReTerm was very slow because of a fallback to generic_matmul for a Diagona...
Allocation profiling showed that two downdate! methods were being slowed down because the compiler h...
add and document adaptive Gauss-Hermite quadrature for evaluating the deviance of a GLMM add Compat ...
Add REML estimation criterion for LinearMixedModel through optional argument to fit! Update doc
Using fit!(glmm(...), nAGQ = 0) provides a faster optimization algorithm at the expense of some sma...
Add some missing methods for mul! Fix .travis.yml re code coverage and documentation Adapt to Docume...
Fixes #89 Adds more benchmarks Introduces and uses model_response(mf::ModelFrame, d::Distribution) ...
The bootstrap function now returns a data frame with columns corresponding to individual parameters
<p>These are Matlab supporting the manuscript `Block-proximal methods with spatially adapted acceler...
Use BlockArrays types for the A and L members of LinearMixedModel Create ScalarFactorReTerm and Vect...
Reduce memory allocation and garbage collection in models with multiple vector-valued random effects...
extend OptSummary to include more information and to convey settings for the algorithm add show meth...
Deprecate lmm and glmm constructor functions in favor of explicit LinearMixedModel and GeneralizedLi...
Add a method for αβAc_mul_B! needed when evaluating ranef on a model with nested, vector-valued rand...
reformulate the LinearMixedModel type by incorporating the wttrms and Λ members into the trms member...
Reweighting a VectorFactorReTerm was very slow because of a fallback to generic_matmul for a Diagona...
Allocation profiling showed that two downdate! methods were being slowed down because the compiler h...
add and document adaptive Gauss-Hermite quadrature for evaluating the deviance of a GLMM add Compat ...
Add REML estimation criterion for LinearMixedModel through optional argument to fit! Update doc
Using fit!(glmm(...), nAGQ = 0) provides a faster optimization algorithm at the expense of some sma...
Add some missing methods for mul! Fix .travis.yml re code coverage and documentation Adapt to Docume...
Fixes #89 Adds more benchmarks Introduces and uses model_response(mf::ModelFrame, d::Distribution) ...
The bootstrap function now returns a data frame with columns corresponding to individual parameters
<p>These are Matlab supporting the manuscript `Block-proximal methods with spatially adapted acceler...