ecp_mrl function

Mean residual life function

Mean residual life function

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

ecp_mrl(x, lambda, gamma, phi)

Arguments

  • x: vector of quantiles.
  • lambda, gamma: parameter values > 0.
  • phi: parameter value != 0.

Returns

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

Examples

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