exp_eep {GEC}R Documentation

The negative log density of a sample item if it follows exponential in a EEP model

Description

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

Usage

exp_eep(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

exp_exp

Value

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

Examples

exp_eep(1,5,2)

[Package GEC version 0.1.0 Index]