MultiChainLadderMse-class {ChainLadder} | R Documentation |
Class "MultiChainLadderMse"
Description
This class is used to define the structure in storing the MSE results.
Objects from the Class
Objects can be created by calls of the form new("MultiChainLadderMse", ...)
, or as a result of a call to Mse
.
Slots
mse.ay
:Object of class
"matrix"
mse.ay.est
:Object of class
"matrix"
mse.ay.proc
:Object of class
"matrix"
mse.total
:Object of class
"matrix"
mse.total.est
:Object of class
"matrix"
mse.total.proc
:Object of class
"matrix"
FullTriangles
:Object of class
"triangles"
Methods
No methods defined with class "MultiChainLadderMse" in the signature.
Author(s)
Wayne Zhang actuary_zhang@hotmail.com
See Also
See Also MultiChainLadder
and Mse
.
Examples
showClass("MultiChainLadderMse")
[Package ChainLadder version 0.2.19 Index]