BarnettZehnwirth#
- class chainladder.BarnettZehnwirth(drop=None, drop_valuation=None, formula=None, response=None, alpha=None, gamma=None, iota=None)[source]#
This estimator enables modeling from the Probabilistic Trend Family as described by Barnett and Zehnwirth.
Added in version 0.8.2.
- Parameters:
- drop: tuple or list of tuples
Drops specific origin/development combination(s)
- drop_valuation: str or list of str (default = None)
Drops specific valuation periods. str must be date convertible.
- formula: formula-like
A patsy formula describing the independent variables, X of the GLM
- response: str
Column name for the reponse variable of the GLM. If ommitted, then the first column of the Triangle will be used.
- alpha: list of int
List of origin periods denoting the first indices of each group
- gamma: list of int
- iota: list of int
Inherited Methods
|
Fit to data, then transform it. |
|
Get metadata routing of this object. |
|
Get parameters for this estimator. |
|
|
|
Converts triangle array_backend. |
|
Set output container. |
|
Set the parameters of this estimator. |
|
Serializes triangle object to json format |
|
Serializes triangle object to pickle. |