Learn R Programming

ProfileLadder (version 0.2.2)

mcTrans: Access Markov Chain Transition Matrix in the MACRAME Algorithm

Description

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.

Usage

mcTrans(object)

Value

The matrix of the estimated Markov chain transition probabilities

Arguments

object

An object of class profileLadder.

See Also

mcReserve(), mcBreaks(), mcStates()

Examples

Run this code
## MACRAME reserve prediction with the DEFAULT Markov chain setup 
output <- mcReserve(CameronMutual)

## Extracting the corresponding break points
mcTrans(output)

Run the code above in your browser using DataLab