gamboostLSS
gamboostLSS copied to clipboard
Boosting models for fitting generalized additive models for location, shape and scale (GAMLSS) to potentially high dimensional data. The current relase version can be found on CRAN (https://cran.r-pro...
Hi gamboostLSS-Team, I have implemented the bivariate Poisson distribution as a new families-object within your package for a project which is currently under review. One referee suggested to make a...
I'm getting an error when trying to predict using gamboost, but the error only appears for me when the N becomes large. E.g. running this code with 10000 rows of...
Consider the following Gaussian distribution example: ``` library(gamboostLSS) # g_muvsi is a function that allows to see which distribution # parameter is updated in each iteration. # If mu is...
It should be possible to use different link functions in families that we import from `gamlss` via `as.families()`, currently we are just using the default. The link function is crucial...
to work with gamboostLSS. At best, for both the cyclic and the non-cyclic variants.
analogously to https://github.com/boost-R/mboost/issues/61
In mboostLSS_fit() all offset values of the distribution parameters (mu, sigma, ...) are written in each distribution parameter model. e.g. The fit object of the mu parameter has a variable...