bootSD: Bootstrap Standard Deviation

Description Usage Arguments Author(s) See Also Examples

Description

Bootstrap the standard deviation of an xts object or matrix of asset returns

Usage

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

Arguments

R

xts object or matrix of asset returns

replications

number of bootstrap replications.

...

passthrough parameters to sd

Author(s)

Ross Bennett

See Also

sd

Examples

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

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

Related to bootSD in GARPFRM...