is_stop_ASE: Determining whether to stop choosing sample

Description Usage Arguments Details Value

View source: R/is_stop_ASE.R

Description

is_stop_ASE determines whether to stop choosing sample based on the current estimator

Usage

1
is_stop_ASE(sandwich, d, nonZeroIdx, verbose = FALSE)

Arguments

sandwich

A numeric matrix that represent the sandwich information matrix for covariance

d

A numeric number specifying the length of the fixed size confidence set that we specify

nonZeroIdx

A numeric number specifying the index of the non zero coefficient

verbose

A A logical value to determine whether to get the full information about the iteration situation

Details

is_stop_ASE determines if the iteration stop condition is met based on the current estimator

Value

a list of these elements:

stop

a logical value. If TRUE, it means we have choosen enough samples.

eigen

the maximum eighevalue covariance matrix


seqest documentation built on July 2, 2020, 2:28 a.m.

Related to is_stop_ASE in seqest...