UncertaintyQuantification.jl icon indicating copy to clipboard operation
UncertaintyQuantification.jl copied to clipboard

Uncertainty Quantification in Julia

Results 41 UncertaintyQuantification.jl issues
Sort by recently updated
recently updated
newest added

In order to not fill the hard disk during long simulation with external solvers, a _cleanup_ flag has been added to the struct _ExternalModel_. Its default value is set to...

enhancement

```evaluate!``` function applied to ExternalModel (e.g. finite element models) could create a lot of unnecessary output files. This files can easily saturate ROM when long simulations are performed. A _cleanup_...

enhancement
good first issue

This is where I'll update/improve the framework to better integrate it into the existing code base.

feature

Can compute PCE using least squares minimization or full quadrature rules using legendre basis functions. The code should be fully extendible to other basis function, e.g. hermite by overloading a...

enhancement

There is already a basic implementation of the Hasofer-Lind Reliability Index as `FORM` in the `form` branch. I don't remember how well this actually performs. It needs to be updated...

enhancement

We should implement more simulations for sampling and other basic tasks. This includes other Quasi Monte Carlo Simulations apart from Sobol and Halton Sampling. Tasks: - [x] #45 - [x]...

feature

This is quite weird in OpenCossan and I am not 100% how it works. We should try this directly from the paper and see how it works.

feature

Importance sampling where a hyper sphere with radius $\beta$ is excluded. Here $\beta$ is the reliabiliy index, i.e., the distance to the design point in standard normal space.

feature