Learn R Programming

meboot (version 0.0.1)

expand.sd: Expand the Standard Deviation of Resamples

Description

This function expands the standard deviation of the simulated data. Expansion is needed since some of the ratios of the actual standard deviation to that of the original data are lower than 1 due to attenuation.

Usage

expand.sd (x, ensemble, fiv=5)

Arguments

Value

Resamples (by columns) with expanded standard deviations.

Examples

Run this code
set.seed(345)
    out <- meboot(x=AirPassengers, reps=100, trim=0.10, reachbnd=FALSE, elaps=TRUE) 
    exp.ens <- expand.sd(x=AirPassengers, out$ensemble)

Run the code above in your browser using DataLab