Description Usage Arguments Value Note
Locally optimal fitting of convoluted Pareto distribution to observed data
| 1 2 | pareto_optimise(m, x0 = 1, n = 1, check_non_conv = TRUE,
  quiet = TRUE)
 | 
| m | A  | 
| x0 | Initial guess for lower limit of Pareto distribution | 
| n | Initial guess for number of convolutions | 
| check_non_conv | If TRUE first checks whether a non-convoluted model may be optimal | 
| quiet | If FALSE, progress information is dumped to screen | 
Position of the local optimum as quantified by x0 and
n, along with associated Kolmogorow-Smirnov statistic quantifying
maximal distance from convoluted Pareto Cumulative Distribution Function
(CDF) and empirical CDF of model m.
This function only finds local optima - it is up to the user to ensure
that the given start values are near the global optimum. Values of n = 0
are NOT searched.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.