Estimating the Shape Parameter by Weighted Least Squares Method (WLS)
This function uses the Weighted Least Squares Method (WLS) to estimate the
shape parameter of a given set of data. (Nair et al. 2019)
alpha_wls(dat)
dat |
vector of observations |
A list of the following form:
Estimate of the shape parameter of the data
Estimate of the scale parameter of the data (which is taken to be the minimum of the data)
Nair J, Wierman A, Zwart B (2019). "The Fundamentals Of Heavy Tails: Properties, Emergence, And Identification." http://users.cms.caltech.edu/ adamw/heavytails.html.
x <- generate_pareto(10000, 5, 2) alpha_percentile(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.