Skip to contents
Version 0.0.5
- Added new data generation with multiple covariates
- fixed R CMD CHECK for windows
- Small fix to confidence bands
Version 0.0.4
- Refactored link function into interface; added log link
- Refactored family into interface; added tweedie
- New p-value computation
Version 0.0.3
- Added bootstrap and simultaneous confidence bands.
- Added observation weights
- Added resampling within subjects for bootstrap
Version 0.0.2
- Updated computation of EBIC (was previously wrong)
- Updated computation of profile likelihood in covariance update (previously was not using dispersion)
- Made Kernel abstract and added Epanechnikov kernel
- Made WorkingCovariance abstract and Independent and added AR(1)
- AR(1) estimation is not currently working.
- Improve stepsize adaptation and dropped backtracking line search
- Added sine function in data generation
- Data generation now allows user-supplied group difference function
- Made penalty abstract and added SCAD and MCP
- Uniformize initialization to independent MLE
- Added rescaling of the kernel at the boundary
- Initialize covariance parameters under unpenalized independent model
- Enable two-step estimation where covariance parameters are fixed after initialization
- Added profiling to identify expensive functions
- Improve stepsize adaptation
- Gradient and Hessian rescaling using total weights
- Added sqrt*sqrt missing value mechanism
Version 0.0.1
- First release
- Added documentation and resolved R CMD CHECK warnings and notes.
Version 0.0.0.9001
- C++ backend implemented
- Data generating example implemented