![]() |
Prev | Next |
dismod_at database fit variables
dismod_at database fit variables simulate_index
dismod_at database fit variables warm_start
dismod_at database fit variables simulate_index warm_start
dismod_at
input
tables which are not modified.
fixed
, random
or both
.
If it is fixed
(random
)
only the fixed effects (random effects) are optimized.
If it is both
, both the fixed and random effects
are optimized.
option
table).
simulate_index
is present, it must be less than
number_simulate
.
simulate_index
is present, this is an extra input table.
The data_sim_value
entries,
corresponding to
simulate_index
,
are used in place of the data table
meas_value
entries.
All the rest of the data table values
are the same as when
simulated_index
is not present; e.g.,
meas_std
comes from the data table.
simulate_index
is present, this is an extra input table.
The prior_sim_value
entries,
corresponding to
simulate_index
,
are used in place of the prior table
mean
entries.
All the rest of the prior table values
are the same as when
simulated_index
is not present; e.g.,
std
comes from the prior table.
warm_start
is at the end of the command, the
ipopt_info_table
written by the previous fit,
is used to start the optimization of the fixed effects
where the previous fit left off.
This is intended to be used in the following cases:
fit fixed
or fit both
command is run.
It contains a trace of the corresponding optimization.
variables
equal to random
or both
.
The Hessian of the random effects objective is written in this table.
If
simulate_index
is present (is not present) the Hessian corresponds
to the simulated measurements in the data_sim_table
(measurements in the data_table
).
variables
is equal to both
or fixed
.
In the case a new ipopt_info
table, corresponding to the final
fit for the fixed effects, is written to the ipopt_info table.
The contents of this table are unspecified; i.e., not part of the
dismod_at API and my change.
null
.
In some cases it helps to
first fit with
variables
equal to fixed
and then fit with
variables
equal to both
.
ipopt.opt
in the directory where a fit command is run.
Doing so not supported because dismod_at
expects certain options to be set a certain way.
The set of such options that is not specified and may change with time.