bootMean: Bootstrap Mean

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

1

Arguments

R

xts object or matrix of asset returns

replications

number of bootstrap replications.

...

passthrough parameters to mean

Author(s)

Ross Bennett

See Also

mean

Examples

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

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

Related to bootMean in GARPFRM...