bootCov: Bootstrap Covariance

Description Usage Arguments Author(s) See Also Examples

Description

Bootstrap the covariance of an xts object or matrix of asset returns

Usage

1
bootCov(R, ..., replications = 1000)

Arguments

R

xts object or matrix of asset returns

replications

number of bootstrap replications.

...

passthrough parameters to cov

Author(s)

Ross Bennett

See Also

cov

Examples

1
2
3
4
data(crsp_weekly)
R <- largecap_weekly[,1:4]
bootCov(R[,1:2])
bootCov(R)

GARPFRM documentation built on May 2, 2019, 5:45 p.m.

Related to bootCov in GARPFRM...