ecp_mrl: Mean residual life function

View source: R/mrl_ecp.R

ecp_mrlR Documentation

Mean residual life function

Description

Computes the mean residual life function of the extended Chen-Poisson (ecp) distribution.

Usage

ecp_mrl(x, lambda, gamma, phi)

Arguments

x

vector of quantiles.

lambda, gamma

parameter values > 0.

phi

parameter value != 0.

Value

Estimated value of mean residual life function, based on numerical integration.

Examples

ecp_mrl(x = 5, lambda = .1, gamma = .5, phi = - .2)


ecpdist documentation built on Sept. 11, 2024, 9:24 p.m.