Description Usage Arguments Author(s) See Also Examples
Bootstrap the StdDev of an xts object or matrix of asset returns
1 | bootStdDev(R, ..., replications = 1000)
|
R |
xts object or matrix of asset returns |
replications |
number of bootstrap replications. |
... |
passthrough parameters to |
Ross Bennett
1 2 3 4 | data(crsp_weekly)
R <- largecap_weekly[,1:4]
bootStdDev(R[,1])
bootStdDev(R)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.