Tillmann Muehlpfordt

Results 10 comments of Tillmann Muehlpfordt

I also noticed a big increase in compilation time going from Julia 0.6 to Julia 0.7. Is there any remedy ahead?

Hi @maqsoodmubarak, good to hear that you are making progress. When you want to push your code, do the following: 1. Switch to (the branch prep-v0.1.3)[https://github.com/timueh/PolyChaos.jl/tree/prep-v0.1.3] 2. From this branch,...

hi Alex, yes, multiple univariate integrals is the way to proceed. Put differently, there is not support for generic multivariate integration, only integration of product measures for which you can...

Hi there, would you be willing to post an MWE? I'll take a look then. :)

I'll take a look. Sorry for the delay. :) I'll try the following (but go ahead and do it yourself): just call `stieltjes` directly, setting the `removeZeroWeights` parameter to `false`....

Mh, I guess reaching the numerical limit of the method. Have you tried the `lanczos` method? But I doubt it's going to be better. Do you really need so many...

Hi there, isn't there an elegant way to compute the recurrence coefficients of the orthonormal polynomials directly from the recurrence coefficients of the monic orthogonal polynomials? I am almost positive....

[This is the paper](https://arxiv.org/pdf/1307.1223.pdf) the algorithm is based on. At the beginning of Section 2 the authors say > Let $f(x)$ be a prescribed non-negative function supported on the interval...

Hi @urp1, I'm sorry you're experiencing this kind of inconvenience. tl; dr: currently, `Uniform_11OrthoPoly` is using a different sampling function than `Uniform01OrthoPoly`. This should be undone, and then solve your...