Learn R Programming

bda (version 13.4.13)

fit.Pareto: Fit a Pareto Distribution to Binned Data

Description

Fit a Pareto distribution to binned data.

Usage

fit.Pareto(x, lbound, method='mle')

Arguments

x

grouped data

lbound

The lower bound of the support of the distribution

method

fitting method: 'mle'=maximum likelihood estimate, 'percentile'=percentile matching.

References

AS 254, ...

Examples

Run this code
# NOT RUN {
 # To be updated.
 x = rexp(100,1)
# }

Run the code above in your browser using DataLab