Maximum Likelihood Estimation of the Alphas of the Piecewise Pareto Distribution
Maximum Likelihood Estimation of the Alphas of the Piecewise Pareto Distribution
Calculates the maximum likelihood estimator of the parameter vector alpha for a a piecewise Pareto distribution with given vector t and (if applicable) a known truncation
losses: Numeric vector. Losses that are used for the ML estimation.
t: Numeric vector. Thresholds of the piecewise Pareto distribution.
truncation: Numeric. If truncation is not NULL and truncation > max(t), then the distribution is truncated at truncation.
truncation_type: Character. If truncation_type = "wd" then the whole distribution is truncated. If truncation_type = "lp" then a truncated Pareto is used for the last piece.
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[1].
is.censored: Logical vector. TRUE indicates that a loss has been censored by the policy limit. The assumption is that the uncensored losses are piecewise Pareto distributed with the alphas 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 the estimated alphas (only used in truncated case).
alpha_max: Numeric. Upper bound for the estimated alphas (only used in truncated case).
Returns
Maximum likelihood estimator for the parameter alpha of a Pareto distribution with threshold t given the observations losses