Package: sdo
Parameter sampling options for sdo.sample
Specify method options to generate parameter samples, using sdo.sample
, for sensitivity analysis.
opt =
sdo.SampleOptions
creates an sdo.SampleOptions
object
and assigns default values to its properties.
Use dot notation to modify the property values. For example:
opt = sdo.SampleOptions;
opt.Method = 'lhs';
|
Sampling method, specified as one of the following values:
For more information about the sampling methods, see Generate Parameter Samples for Sensitivity Analysis. Default: |
|
Sample method options, specified as a structure.
|
Value. To learn how value classes affect copy operations, see Copying Objects.
[1] Matousek, J. “On the L2-Discrepancy for Anchored Boxes.” Journal of Complexity. Vol. 14, Number 4, 1998, pp. 527–556.
[2] Kocis, L., and W. J. Whiten. “Computational Investigations of Low-Discrepancy Sequences.” ACM Transactions on Mathematical Software. Vol. 23, Number 2, 1997, pp. 266–294.