init_est_b | R Documentation |
\beta_i
Initial estimation of the distributional parameters of \beta_i
init_est_b(
x,
y,
z = NULL,
s_max = 4,
remove_intercept = TRUE,
iter_gmm = TRUE,
gmm_res = NULL,
seed = 2023
)
x |
regressor (N-by-1) |
y |
dependent variable (N-by-p_x) |
z |
control variables (N-by-p_z) |
s_max |
Maximum order of moments used in estimation |
remove_intercept |
whether subtract estimated intercept term in calculation of y_tilde |
iter_gmm |
Whether to use iterative GMM (If FALSE, use OW-GMM with initial estimates) |
gmm_res |
GMM estimation results from moment_est_gmm() |
seed |
seed for random number generator to control the randomly generated result |
A list contains
theta_hat |
estimated (pi, b_L, b_H) based on least squares optimization |
sol_status |
whether estimated var(\beta_i) > 0 and we can solve for (pi, b_L, b_H) |
moment_gmm_res |
A list contains the results of GMM moment estimation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.