Estimate incremental loss intensities \(g_k\) from an object of
class "ED" and return an "EDFit" object that bundles factor
summaries, selected intensities, and maturity diagnostics.
Two methods are supported via the method argument:
"basic"(default)Factor estimation only. Returns
g_selectedandsigma2in$selected."mack"Basic plus factor variance \(\mathrm{Var}(\hat{g}_k)\) added as
g_varcolumn in$selected.
Arguments
- x
An object of class
"ED", typically produced bybuild_ed().- method
One of
"basic"or"mack". Default is"basic".- alpha
Numeric scalar controlling the variance structure. Default is
1.- na_method
Method used to fill
NAvalues ing_selected. One of"zero"(default, setNAto 0 meaning no further development) or"locf"or"none".- sigma_method
Method used to extrapolate
sigma. One of"min_last2"(default),"locf", or"loglinear".- recent
Optional positive integer. When supplied, only the most recent
recentperiods are used for estimation. Default isNULL.- regime_break
Optional cohort cutoff for the regime break. Accepts:
NULL(default, no filter), a singleDate/character coercible to Date, a vector of dates (uses the latest), or aCohortRegimeobject (extracts the latest from$breakpoints). When supplied, cohorts withcohort < break_dateare excluded from estimation. Default isNULL.- ...
Additional arguments passed to
summary.ED().
