pareto_eigp: The negative log density of a sample item if it follows...

View source: R/GEC_features.R

pareto_eigpR Documentation

The negative log density of a sample item if it follows Pareto in a EIGP model

Description

This function return the negative log density of a sample item if if it follows Pareto in a EIGP model.

Usage

pareto_eigp(x, theta, eta)

Arguments

x

The value of a sample item.

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.

Details

pareto_eigp

Value

This function return the negative log density of a sample item if if it follows Pareto in a EIGP model.

Examples

pareto_eigp(10,5,2)

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

Related to pareto_eigp in GEC...