2.9.2.1. Forward Propagation Methods
The forward propagation provides a probabilistic understanding of output variables by producing sample realizations and statistical moments (mean, standard deviation, skewness, and kurtosis). Currently, only the Monte Carlo Sampling (MCS) method is available in the SimCenterUQ engine and the other sampling methods (Latin hypercube sampling, Surrogate model-based efficient sampling) are available in the Dakota engine.
The forward propagation in the SimCenterUQ engine additionally takes correlated data samples by allowing users to link the RVs samples (Fig. 2.9.2.1.1), i.e. datasets from different RVs with same sample size \(N\) can be considered as an ordered list or \(N\) tuples. During the random generation, the tuple’s index will be uniformly resampled
with replacement if \(N \leq\) size of the random samples
without replacement if \(N >\) size of the random samples
The tuples are imported in the RV tab, through parameters
-discrete
option of the drop down menu. The RVs inside each group should be provided with the same length of the samples (e.g. in Fig. 2.9.2.1.1, \(w\) and \(wR\) should have the same sample size \(N_1\) and \(alp\) and \(F_y\) should have the same sample size \(N_2\))
Note
Any correlation values for the coupled datasets additionally specified in the RV tab will be ignored.
For example, consider the case where two variables \(w\) and \(wR\) are provided as 10 discrete data points in RV tab as in Fig. 2.9.2.1.2. Below is the an example 100 realization the two variables when they are considered to be independent, i.e. without checking the “Resample RVs from correlated dataset” option.
On the other hand, if the two random variable data files are considered to be tuples, i.e. if “Resample RVs from correlated dataset” are checked and the group {w,wR} is reported in the below field as shown in Fig. 2.9.2.1.1, 100 realization pairs of the RVs will be stacked on top of the provided 10 dataset.
This feature is especially useful when the user wants to perform a forward UQ analysis directly using the posterior samples obtained from Markov Chain Monte Carlo or other Bayesian sampling approaches.