bizdays: Number of trading days in each season

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Returns number of trading days in each month or quarter of the observed time period in a major financial center.

Usage

1
bizdays(x, FinCenter = c("New York", "London", "NERC", "Tokyo", "Zurich"))

Arguments

x

Monthly or quarterly time series

FinCenter

Major financial center.

Details

Useful for trading days length adjustments. More on how to define "business days", please refer to isBizday.

Value

Time series

Author(s)

Earo Wang

See Also

monthdays

Examples

1
2
  x <-  ts(rnorm(30), start = c(2013, 2), frequency = 12)
  bizdays(x, FinCenter = "New York")

pli2016/forecast documentation built on May 25, 2019, 8:22 a.m.