dgig: Density function of Normal inverse Gaussian distribution.

View source: R/density.R

dgigR Documentation

Density function of Normal inverse Gaussian distribution.

Description

A function to calculate the value of the probability density function of Normal inverse Gaussian distribution.

Usage

dgig(x, p, a, b, log_in = F)

Arguments

x

A numeric vector for quantiles.

delta

A numeric value for the location parameter.

mu

A numeric value for the shift parameter.

nu

A numeric value for the shape parameter.

sigma

A numeric value for the scaling parameter.

Details

f(x|\delta, \mu, \nu, \sigma) = STUFF

Value

A list of outputs.

Examples

  ## Not run: 
  dgig(...)
  
## End(Not run)

davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.