glm_dens: Get univariate densities and uniform order statistics

glm_densR Documentation

Get univariate densities and uniform order statistics

Description

Get univariate densities and uniform order statistics

Usage

glm_dens(x, eta, phi, other_pars, family = 1, link)

univarDens(x, eta, phi, other_pars, family = 1, link)

Arguments

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

Details

fam follows the usual numeric pattern: 1=normal, 2=t-distribution and 3=Gamma with a log-link.

Value

A list with entries being the numeric vectors u (the quantiles of the input values) and ld (the log density of each observation).

Functions

  • univarDens(): old name


rje42/causl documentation built on June 1, 2025, 2:50 p.m.