Hi everyone,
I am currently working on a numerical model that involves four inputs, namely x1, x2, x3, and x4. My first task is to create a probabilistic model for the inputs using the inference conducted with the observed data. I would like to point out that x1 and x2 are dependent, as are x3 and x4, and there is no correlation between the two subsets of inputs.
To achieve this, I have utilized UQLab to generate two uq_input objects. One is based on the inference conducted on 100 observations of {x1, x2}, and the other on 200 observations of {x3, x4}.
I was wondering if there is a way to combine these two uq_input objects to generate a single probabilistic model of all four inputs.
Thank you very much in advance!
Best,
Hongzhou