examples/main.ox
or using command line arguments. The latter requires knowing the index of options to code. See the script in /examples/my_estimate_rust_script
. Public fields | ||
filename | const | |
Public methods | ||
BusData | Create the data object. |
Public fields | ||
hat | static | list of parameter estimates. |
Public methods | ||
SetUp | static | Setup the DP model and first stage estimation. |
Utility | Return U() at estimated (hat) parameter values. |
Public fields | ||
buses | static | bus data as a DataSet. |
EMax | static | Value function iteration method. |
mle | static | Optimization algorithm applied to nfxp. |
nfxp | static | Panel Black Box objective using buses data. |
plist | static | Parameter lists by stage. |
targ | static | OxMenu menu for setting parameters interactively. |
Public methods | ||
menu | static | Creates the interactive menu items for choosing method, table, column, and row to replicate. |
Run | static | Replicate bus estimation. |
SetTarget | static | Get runtime options from the command line or through the interactive menu. |
RustEmet1987readdata2022.ox
This creates a OutcomeDataSet, which is a Panel of individual outcome with econometric objectives
and data-matching methods available.
hat) parameter values. This uses the same basic utility by setting the parameter values to the current values of estimated parameters.7