Maximum Likelihood Estimation of the Alpha of a Pareto distribution
Maximum Likelihood Estimation of the Alpha of a Pareto distribution
Calculates the maximum likelihood estimator for the parameter alpha of a Pareto distribution with a known threshold and (if applicable) a known truncation
losses: Numeric vector. Losses that are used for the ML estimation.
t: Numeric. Threshold of the Pareto distribution.
truncation: Numeric. If truncation is not NULL, then the Pareto distribution is truncated at truncation.
reporting_thresholds: Numeric vector. Allows to enter loss specific reporting thresholds. If NULL then all reporting thresholds are assumed to be less than or equal to t.
is.censored: Logical vector. TRUE indicates that a loss has been censored by the policy limit. The assumption is that the uncensored losses are Pareto distributed with the alpha we are looking for. is.censored = NULL means that no losses are censored.
weights: Numeric vector. Weights for the losses. For instance weights[i] = 2 and weights[j] = 1 for j != i has the same effect as adding another loss of size loss[i].
alpha_min: Numeric. Lower bound for alpha (only used in truncated case).
alpha_max: Numeric. Upper bound for alpha (only used in truncated case).
Returns
Maximum likelihood estimator for the parameter alpha of a Pareto distribution with threshold t given the observations losses