Hey there,
I happen to have a large set of samples for a simulation problem and I want to compare different UQ methods. I used MC and PCE before and was able to use my existing data without having to draw new samples and solve the limit state function. Now I’d like to apply a Subset Simulation. How do I integrate my existing data into SuS? For PCE I did it like this:
MetaOpts.ExpDesign.X = inVec;
MetaOpts.ExpDesign.Y = outVec;
Is there some something similar in SuS?
Best
Lucas