mcBreaks | R Documentation |
Retrieves the Markov chain components from the profileLadder
object returned
from the function mcReserve()
or the mcSetup
object returned
from the function incrExplor()
. In particular, the function returns
the set of breaks used to define the bins for the incremental run-off triangle
increments.
mcBreaks(object)
object |
An object of class |
The vector of the break points that define the set bins for the run-off triangle increments.
mcReserve()
, mcStates()
, mcTrans()
## MACRAME reserve prediction with the DEFAULT Markov chain setup
output <- mcReserve(CameronMutual)
## Extracting the corresponding break points
mcBreaks(output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.