Learn R Programming

simts (version 0.2.2)

cov_bootstrapper: Bootstrap for Matrix V

Description

Using the bootstrap approach, we simulate a model based on user supplied parameters, obtain the wavelet variance, and then V.

Usage

cov_bootstrapper(theta, desc, objdesc, N, robust, eff, H, diagonal_matrix)

Value

A vec that contains the parameter estimates from GMWM estimator.

Arguments

theta

A vector with dimensions N x 1 that contains user-supplied initial values for parameters

desc

A vector<string> indicating the models that should be considered.

objdesc

A field<vec> that contains an object description (e.g. values) of the model.

Author

JJB

Details

Expand in detail...