![]() |
Prev | Next | fit_data_subset_table |
fit_data_subset
table is created each time the
fit_command
is executed.
integer
and is the primary key for this table.
Its initial value is zero, and it increments by one for each row.
The
fit_data_subset_id
column is also a foreign key for the
data_subset_table
; i.e.,
data_subset_id = fit_data_subset_id
In addition, the size of both tables is the same.
real
and is the
average integrand
@(@
A_i(u, \theta)
@)@.
The model variables @(@
(u, \theta)
@)@ corresponding to the
fit_var_table
.
The subscript @(@
i
@)@ denotes the
information in the data table for the
data_id
that corresponds to this
data_subset_id
.
real
and contains the
weighted_residuals
that correspond to the
model_variables
obtained by the fit; see
fit_var_value
.