quarticity_rqq: Realized Quadpower Quarticity

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

View source: R/metrics.R

Description

Realized Quadpower Quarticity (RQQ) is an asymptotically unbiased estimator of integrated quarticity in the absence of microstructure noise.

Usage

1
quarticity_rqq(estimator)

Arguments

estimator

Vector of (time, price) observations for market asset when external market data is used.

Details

- Convergence speed: m^{1/4} (m - number of observation)

- Accounts for additive noise: no

- Accounts for finite price jumps: yes

- Accounts for time dependence in noise: no

- Accounts for endogenous effects in noise: no

Author(s)

Kostin Andrey <andrei.kostin@snowfallsystems.com>

References

O. E. Barndorff-Nielsen and N. Shephard. Power and bipower variation with stochastic volatility and jumps. Journal of Financial Econometrics, Vol.2(No.1):1-37,2004

See Also

quarticity_rq quarticity_mrq quarticity_rtq quarticity_mtq

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
## Not run: 
data(spy.data) 
estimator=estimator_create(priceData=spy.data)
estimator_settings(estimator,
				   inputSamplingInterval = '10s',
				   resultsSamplingInterval = '10s')
util_plot2d(quarticity_rqq(estimator),title="RQQ")

## End(Not run)

PortfolioEffectEstim documentation built on May 2, 2019, 8:50 a.m.