View source: R/BoundingCovariateEffects.R
feasible_point_search | R Documentation |
Also called the 'initialization' step in KMS19, this method tries to find at least one initial feasible point, which is required to run the EAM algorithm. ToDo: Investigate whether the feasible point search of Bei (2024) is better. If so, implement it.
feasible_point_search(
test.fun,
hyperparams,
verbose,
picturose = FALSE,
parallel = FALSE
)
test.fun |
Function that takes a parameter vector as a first argument and returns the test statistic, as well as the critical value. |
hyperparams |
List of hyperparameters. |
verbose |
Verbosity parameter. |
picturose |
Picturosity flag. If |
parallel |
Flag for whether or not parallel computing should be used.
Default is |
Results of the initial feasible point search.
Kaido et al. (2019). Confidence intervals for projections of partially identified parameters. Econometrica. 87(4):1397-1432.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.