bootCor: Bootstrap Correlation

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

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

Arguments

R

xts object or matrix of asset returns

replications

number of bootstrap replications.

...

passthrough parameters to cor

Author(s)

Ross Bennett

See Also

cor

Examples

1
2
3
4
5
data(crsp_weekly)
R <- largecap_weekly[,1:4]
bootCor(R[,1:2])
bootCor(R[,1:2], method="kendall")
bootCor(R)

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

Related to bootCor in GARPFRM...