| Index-class {cascsim} | R Documentation |
An S4 class to represent a time index for frequency or severity distribution.
Description
An S4 class to represent a time index for frequency or severity distribution.
Slots
indexIDA string to identify the index.
startDateThe date the index starts. It is expected to be consistent with the start date of the claim analysis.
tabulateA boolean to indicate whether the index is determined by a constant rate (FALSE) or a series of index values (TRUE).
annualizedRateA yearly index growth rate. It is only used when tabulate == FALSE.
yearlyIndexA vector that contains index value on a yearly basis.
monthlyIndexA vector that contains index value on a monthly basis.
seasonalityA vector that contains seasonal adjustment factor on a monthly basis.
[Package cascsim version 0.4 Index]