SciML / PolyChaos.jl

A Julia package to construct orthogonal polynomials, their quadrature rules, and use it with polynomial chaos expansions.
https://docs.sciml.ai/PolyChaos/stable/
MIT License
115 stars 26 forks source link

Example in readme latex disagrees with code #49

Closed freemin7 closed 3 years ago

freemin7 commented 3 years ago

The latex is a definite integration, but the example code doesn't mention the integration bounds.

timueh commented 3 years ago

That is because the support of the measure underlying the type Uniform01OrthoPoly is the interval [0, 1].