FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Subset-∞ #78

Closed FriesischScott closed 1 year ago

FriesischScott commented 1 year ago

The algorithm generates the conditional samples for the next level by representing each random variable by an arbitrary number of hidden variables instead of using Markov Chain Monte Carlo.

Reference: Patelli & AU (2015) Efficient Monte Carlo algorithm for rare failure event simulation

FriesischScott commented 1 year ago

If we extract the generation of next level samples into a separate method, this should be easy to implement.