mcStates | R Documentation |
Retrieves the Markov chain components from a profileLadder
object returned
from the function mcReserve()
– in particular, the function returns
the vector of states used by the underlying Markov Chain utilized in the MACRAME
reserve prediction.
mcStates(object)
object |
An object of class |
The vector of the Markov chain states that are used by the MACRAME algorithm.
mcReserve()
, mcBreaks()
, mcTrans()
## MACRAME reserve prediction with the DEFAULT Markov chain setup
output <- mcReserve(CameronMutual)
## Extracting the corresponding break points
mcStates(output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.