actuarialopensource / expstudies

An R Package for Life Experience Studies
https://MatthewCaseres.github.io/expstudies/
5 stars 3 forks source link

Discussion regarding exposures and leap years #7

Closed MatthewCaseres closed 5 years ago

MatthewCaseres commented 5 years ago

How should this be handled? I have seen a report that I disagree with in which they assign equal weight to leap and non-leap years.

MatthewCaseres commented 5 years ago

Realistically users can modify leap years/non leap years by (366/365.25) or (365/365.25) using ifelse and leap.year if they wanted to so I consider this a non issue.