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