For a given input Triangle and vector of selected factors,
a search is conducted for chainladder models that are "consistent with" the
selected factors.
By "consistent with" is meant that the coefficients of the chainladder
function are equivalent to the selected factors.
Not all vectors of selected factors can be considered consistent with a given
Triangle;
feasibility is subject to restrictions on the 'selected' factors relative to
the input 'Triangle'.
See the References.
The default average produced by the chainladder
function is the
volume weighted average and corresponds to delta = 1
in the call
to that function;
delta = 2
produces the simple average; and
delta = 0
produces the "regression average", i.e.,
the slope of a regression line fit to the data
and running through the origin.
By convention, if the selected
value corresponds to
the volume-weighted average, the simple average, or the regression average,
then the value returned will be 1, 2, and 0, respectively.
Other real-number values for delta
will produce a different average.
The point of this function is to see if there exists a model as determined
by delta whose average is consistent with the value in the
selected
vector.
That is not always possible. See the References.
It can be the case that one or more of the above three "standard averages"
will be quite close to each other
(indistinguishable within tolerance
).
In that case, the value returned will be, in the following priority order
by convention,
1 (volume weighted average),
2 (simple average), or
0 (regression average).