1Blurb::Specifies the diagonal matrix format when specifying a
2user-specified proposal covariance.
3
4Description::
5
6When specifying the MCMC proposal covariance in an input file, this
7keyword declares the use of a diagonal matrix format, i.e., the user
8only provides the (positive) values along the diagonal.
9
10Topics::
11
12Examples::
13\verbatim
14method,
15        bayes_calibration queso
16         samples = 1000 seed = 348
17          dram
18          proposal_covariance
19            diagonal values 1.0e6 1.0e-1
20\endverbatim
21
22Theory::
23Faq::
24See_Also::
25