<< Basic functions Basic functions autocum >>

Grocer >> Basic functions > French_holi_inwd

French_holi_inwd

for months of given years, dispatch the # of French public holidays in days of the week

CALLING SEQUENCE

[holi_saturday,holi_sunday,holi_wd]=French_holi_inwd(years_holi)

PARAMETERS

Input

* years_holi = a (2 x 1) vector, the years bounds

Output

* holi_saturday = a ts, collecting for each month of the given years the # of French public holidays occuring on Saturday

* holi_sunday = a ts, collecting for each month of the given years the # of holidays occuring on Sunday

* holi_wd = a ts, collecting for each month of the given years the # of holidays occuring on other days of the week

DESCRIPTION

Dispatches the French public holidays according to the days of the week.

EXAMPLE

[holi_saturday,holi_sunday,holi_wd]=French_holi_inwd([2002;2026])

AUTHOR

Éric Dubois 2026

Report an issue
<< Basic functions Basic functions autocum >>