pdf_eigp: The probability density function of EIGP.

View source: R/GEC_features.R

pdf_eigpR Documentation

The probability density function of EIGP.

Description

pdf_eigp

Usage

pdf_eigp(theta, eta, data)

Arguments

theta

The location parameter for the base distribution (eta = 1). The value needs to be positive.

eta

The exponent parameter. The value provided needs to be positive.

data

Observations.

Value

Return the density of EIGP

Examples

pdf_eigp(1,2,5)

GEC documentation built on Oct. 24, 2023, 5:06 p.m.

Related to pdf_eigp in GEC...