1Blurb:: Enable GPMSA-internal normalization
2
3Description::
4
5Normalize variables and data (surrogate model build and experiment)
6when constructing the underlying Gaussian Process emulator.  When
7specified, this option will normalize calibration parameters and
8configuration (scenario) variables based on the min/max of the build
9data.  It will normalize simulation and experiment data by the mean
10and variance of the simulation build data.
11
12<b> Default Behavior </b>
13No GPMSA-specific scaling used.
14
15Examples::
16
17\verbatim
18method
19  bayes_calibration gpmsa
20    chain_samples 1000
21    seed 2460
22    ...
23    gpmsa_normalize
24\endverbatim