|
Prev | Next | sample_table |
sample_index
in the table with the optimal variables
for the corresponding measurement.
integer and is the primary key for this table.
Its initial value is zero, and it increments by one for each row.
integer and specifies the index,
in the data_sim table, that a complete set of model_variables
,
in the sample table, corresponds to.
If
n_var
is the number of rows in the var_table
,
sample_index = mod(sample_id, n_var)
The range of
sample_index
is form zero to
number_simulate
minus one.
integer and specifies the
model_variables
that
var_value
corresponds to;
see var_id
.
If
n_var
and
sample
index are as above,
sample_id = sample_index * n_var + var_id
real and is the variable value
for this
var_id
and
sample_index
.