Usage
ivInference (rdata, IVestimator="RV", IQestimator="rQuar", confidence=0.95,
align.by= NULL, align.period = NULL, makeReturns = FALSE, ...)
Arguments
rdata
a zoo/xts object containing all returns in period t for one asset.
IVestimator
can be chosen among integrated variance estimators: RV, BV, minRV or medRV. RV by default.
IQestimator
can be chosen among integrated quarticity estimators: rQuar, TP, QP, minRQ or medRQ. rQuar by default.
confidence
confidence level set by users. 0.95 by default.
align.by
a string, align the tick data to "seconds"|"minutes"|"hours"
align.period
an integer, align the tick data to this many [seconds|minutes|hours].
makeReturns
boolean, should be TRUE when rdata contains prices instead of returns. FALSE by default.