hpareto: Log Hazard Function for a Pareto Process

Description Usage Arguments Author(s) See Also Examples

Description

These functions provide information about the Pareto distribution with location parameter equal to m and dispersion equal to s: log hazard. (See 'rmutil' for the d/p/q/r boxcox functions density, cumulative distribution, quantiles, and random generation).

The Pareto distribution has density

f(y) = s (1 + y/(m (s-1)))^(-s-1)/(m (s-1))

where m is the mean parameter of the distribution and s is the dispersion.

This distribution can be obtained as a mixture distribution from the exponential distribution using a gamma mixing distribution.

Usage

1
hpareto(y, m, s)

Arguments

y

vector of responses.

m

vector of location parameters.

s

vector of dispersion parameters.

Author(s)

J.K. Lindsey

See Also

dexp for the exponential distribution.

Examples

1
hpareto(5, 2, 2)

swihart/event documentation built on May 30, 2019, 9:38 p.m.