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 forngradient, as in gamlss they use the derivatives d l / d mu (in case of the first parameter of the distribution). We need d l / d eta_mu, therefore we also need d mu / d eta_mu which depends on the link.
It should be possible to use different link functions in families that we import from
gamlssviaas.families(), currently we are just using the default.The link function is crucial for
ngradient,as ingamlssthey use the derivatives d l / d mu (in case of the first parameter of the distribution). We need d l / d eta_mu, therefore we also need d mu / d eta_mu which depends on the link.