ecp_mrl {ecpdist} | R 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)
[Package ecpdist version 0.2.1 Index]