Description Usage Arguments Value Author(s) References Examples
Calculates the percentage of co-zero returns at a specified sampling period.
1 2 | rZero(rdata, period=1, align.by="seconds", align.period = 1, cts = TRUE,
makeReturns = FALSE, ...)
|
rdata |
an xts object containing the tick data or a list. In case of list: each list-item i contains an xts object with the intraday data of stock i for day t. |
period |
Sampling period |
align.by |
Align the tick data to seconds|minutes|hours |
align.period |
Align the returns to this period first |
cts |
Create calendar time sampling if a non realizedObject is passed |
makeReturns |
Prices are passed make them into log returns |
... |
... |
Percentage of co-zero returns.
Scott Payseur <scott.payseur@gmail.com>
S. W. Payseur. A One Day Comparison of Realized Variance and Covariance Estimators. Working Paper: University of Washington, 2007
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.