glm_dens | R Documentation |
Get univariate densities and uniform order statistics
glm_dens(x, eta, phi, other_pars, family = 1, link)
univarDens(x, eta, phi, other_pars, family = 1, link)
x |
vector of observations |
eta , phi |
linear component and dispersion parameters |
other_pars |
other parameters for certain families |
family |
numeric indicator of family |
link |
link function |
fam
follows the usual numeric pattern: 1=normal,
2=t-distribution and 3=Gamma with a log-link.
A list with entries being the numeric vectors u
(the
quantiles of the input values) and ld
(the log density of each
observation).
univarDens()
: old name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.