model_discrepancy
(Experimental) Post-calibration calculation of model discrepancy correction
Specification
Alias: None
Arguments: None
Child Keywords:
Required/Optional |
Description of Group |
Dakota Keyword |
Dakota Keyword Description |
---|---|---|---|
Optional |
Specify the type of model discrepancy |
||
Optional |
Specify number of prediction locations for model discrepancy |
||
Optional |
List prediction locations for model discrepancy |
||
Optional |
Specify text file containing prediction configurations for model discrepancy |
||
Optional |
Output file for prediction discrepancy calculations |
||
Optional |
Output file for corrected model prediction calculations |
||
Optional |
Output file for prediction variance calculations |
Description
The goal of parameter calibration is to minimize the difference between
experimental data,
is replaced by one that also includes model discrepancy
In the Dakota implementation, the calculation of
is calculated for each value discrepancy_type
command for more details regarding these options.
For field responses, the model discrepancy is
a function of the configuration variables as well as the independent field
coordinates (such as time or space), and there is one discrepancy regression
model for each field.
In this case, the discrepancy models are Gaussian process models. The
calculation of model discrepancy has not been tested for cases in which
responses are mixed scalar and field responses.
The user
may then specify new or “prediction” configurations at which the corrected
model num_prediction_configs
, prediction_configs
, or
import_prediction_configs
keywords. If none of these keywords is specified,
the number of prediction configurations is set to 10 for scalar responses.
The corresponding prediction variances are also calculated, according to
Here,
Usage Tips
For field responses, the keyword
read_field_coordinates
<i>must</i> be specified when computing the model discrepancy. See
field_calibration_terms
for more information
regarding options for calibration with field responses.
Expected Output
The resulting values of
export_discrepancy_file
or to the default file
dakota_discrepancy_tabular
.dat. The values of the corrected model at the
specified prediction configurations will be exported to the file specified
using export_corrected_model_file
or to the default file
dakota_corrected_model_tabular
.dat, and the corresponding prediction
variances will be exported to dakota_discrepancy_variance_tabular
.dat
or the file specified with export_corrected_variance_file
.