Learn R Programming

simts (version 0.1.1)

gmwm_sd_bootstrapper: Bootstrap for Standard Deviations of Theta Estimates

Description

Using the bootstrap approach, we simulate a model based on user supplied parameters

Usage

gmwm_sd_bootstrapper(theta, desc, objdesc, scales, model_type, N, robust,
  eff, alpha, H)

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.

Value

A vec that contains the parameter estimates from GMWM estimator.

Details

Expand in detail...