SimonAB
YOU?
Author Swipe
View article: dmbates/MixedModels.jl: Add adaptive Gauss-Hermite quadrature
dmbates/MixedModels.jl: Add adaptive Gauss-Hermite quadrature Open
add and document adaptive Gauss-Hermite quadrature for evaluating the deviance of a GLMM add Compat to the REQUIRE file
View article: dmbates/MixedModels.jl: Use BlockedSparse type to reduce allocation
dmbates/MixedModels.jl: Use BlockedSparse type to reduce allocation Open
Reduce memory allocation and garbage collection in models with multiple vector-valued random effects Add tests and test coverage Add benchmarks
View article: dmbates/MixedModels.jl: Fix loglikelihood calculation with weights
dmbates/MixedModels.jl: Fix loglikelihood calculation with weights Open
Fixes #89 Adds more benchmarks Introduces and uses model_response(mf::ModelFrame, d::Distribution) to convert a binary PooledDataArray response to a 0/1 floating point vector. This should be done in DataFrames and a pull request will be ma…
View article: dmbates/MixedModels.jl: Allow 3 or more nested factors
dmbates/MixedModels.jl: Allow 3 or more nested factors Open
A Julia package for fitting (statistical) mixed-effects models
View article: dmbates/MixedModels.jl: Expand `OptSummary` and use for passing opt args
dmbates/MixedModels.jl: Expand `OptSummary` and use for passing opt args Open
A Julia package for fitting (statistical) mixed-effects models
View article: dmbates/MixedModels.jl: Extend OptSummary
dmbates/MixedModels.jl: Extend OptSummary Open
extend OptSummary to include more information and to convey settings for the algorithm add show method for OptSummary clean up logic on last evaluation of objective to ensure the structure is consistent with xmin clean up code in fit! meth…
View article: dmbates/MixedModels.jl: Speed increase
dmbates/MixedModels.jl: Speed increase Open
Allocation profiling showed that two downdate! methods were being slowed down because the compiler had insufficient type information on ReMat types. Expanding the template parameters for these types resulted in considerable speed improveme…
View article: dmbates/MixedModels.jl: Drop Julia v0.4.x and earlier support
dmbates/MixedModels.jl: Drop Julia v0.4.x and earlier support Open
A Julia package for fitting (statistical) mixed-effects models