Learn R Programming

RTransProb (version 0.3.3)

transitionprobbytotals: estimate of transition probabilities.

Description

estimation of transition probabilities using a transition counts and start vector.

Usage

transitionprobbytotals(idTotCnt,snapshots,interval,method)

Arguments

idTotCnt

a list structure containing m-by-m matrices of transition counts, 1-by-m vectors start counts, and a string with values 'duration' or 'cohort'.

snapshots

integer indicating the number of credit-rating snapshots per year to be considered for the estimation. Valid values are 1, 4, or 12. The default value is 1, i.e., one snapshot per year. This parameter is only used in the 'cohort' algorithm.

interval

the length of the transition interval under consideration, in years. The default value is 1, i.e., 1-year transition probabilities are estimated.

method

estimation algorithm, in string format. Valid values are 'duration' or 'cohort'.

Value

Returns m-by-m matrices of credit transition probabilities

References

MathWorld.com (2011). Matlab Central http://www.mathworks.com/matlabcentral/. Mathtools.net http://www.mathtools.net/.