Description Usage Arguments Value References Examples
This function uses the Method of Least Squares to estimate the shape
parameter of a given set of data. (Zaher et al. 2014; Nair et al. 2019)
| 1 | alpha_ls(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)
Zaher HM, El-Sheik AA, El-Magd NATA (2014). "Estimation of Pareto Parameters Using a Fuzzy Least-Squares Method and Other Known Techniques with a Comparison." British Journal of Mathematics & Computer Science, 4(14), 2067-2088.
Nair J, Wierman A, Zwart B (2019). "The Fundamentals Of Heavy Tails: Properties, Emergence, And Identification." http://users.cms.caltech.edu/ adamw/heavytails.html.
| 1 2 | x <- generate_pareto(10000, 5, 2)
alpha_ls(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.