Description Usage Arguments Details Value
is_stop_ASE
determines whether to stop choosing sample based on the
current estimator
1 | is_stop_ASE(sandwich, d, nonZeroIdx, verbose = FALSE)
|
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 |
is_stop_ASE determines if the iteration stop condition is met based on the current estimator
a list of these elements:
stop |
a logical value. If TRUE, it means we have choosen enough samples. |
eigen |
the maximum eighevalue covariance matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.