Jasper Behrensdorf

Results 58 issues of Jasper Behrensdorf

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

I am using `blue` style with vscode. This ```julia chainsamples[α_accept_indices[performance_accept], :] = to_eval[performance_accept, :] ``` is formatted to ```julia chainsamples[α_accept_indices[performance_accept], :] = to_eval[ performance_accept, : ] ``` which results in...

bug