Class constructor and validator
Class constructor and validator functions
Print method
A print method for <birthdays>
class
Getters, setters and subsetters
Functions to extract and modify birthdays class objects
Accessory methods
Functions to compute statistics from <birthdays>
class
-
birthday_paradox()
- Calculates any matching birthdays in the data and the probability of having a
matching birthday (i.e. birthday paradox)
-
birthdays_per_month()
- Count number of birthdays per month in each year from a `<birthdays>` object