Research InterestsThe core of my interest is Probability Theory and in particular Uncertainty Quantification. The topic can also be subdivided into the following groups
Polynomial Chaos ExpansionsPolynomial chaos expansion is a method for creating polynomial representations of the solution of differential equations using a Galerkin projection. By applying polynomials tailored to the equation's uncertain parameter's probability distribution, the representation converges in probability measure with exponential rate against the polynomial order.
My current work focuses on dealing with complex dependency structures in the random properties of the model parameters. In the classical theory, this is dealt with by performing a Rosenblatt transformation which can be both complex to implement and add extra noise to the chaos approximation. The new method mitigates this problem by not requiring a transformation.
Instead of solving the differential equations joint with the chaos representation, it is possible to solve the equations as a black box. This allows for collocation methods like Monte Carlo simulation. However, if the computational cost for solving the equations is high, it becomes unfeasible to use because of the methods large sample size requirement. An alternative is to use Probabilistic Collocation method which utilizes polynomial chaos expansion to reduced the number of collocation nodes required for acceptable accuracy.
Uncertainty Quantification ToolkitThe different tools for performing uncertainty analysis, can often become tedious to implement. I am therefore working on a creating a uncertainty quantification python library. I am making an emphasis on making it easy to use while at the same time making it modular enough to make it simple for others to extend the work.
The current library covers currently the following topics.
See also the Computational Geoscience Homepage.
|
![]() Monte Carlo simulation samples behave in the same way the underlying analytically probabilty distribution that often can not be obtained.
![]() Hermite Polynomials; Orthogonal on a functional inner product weigted on the Normal distribution.
![]() Solution of stochastic differential equations are non-Gaussian non-stationary random fields.
|



