You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I tried following the tutorial examples here but I can't seem to figure out the right syntax for multivariate integration. Here is what I am trying:
type MultiOrthoPoly has no field quad
Stacktrace:
[1] getproperty(::MultiOrthoPoly{ProductMeasure,Quad{Float64,Array{Float64,1}},Array{AbstractCanonicalOrthoPoly{Array{Float64,1},M,Quad{Float64,Array{Float64,1}}} where M,1}}, ::Symbol) at .\Base.jl:33
[2] integrate(::Function, ::MultiOrthoPoly{ProductMeasure,Quad{Float64,Array{Float64,1}},Array{AbstractCanonicalOrthoPoly{Array{Float64,1},M,Quad{Float64,Array{Float64,1}}} where M,1}}) at C:\Users\mrra\.julia\packages\PolyChaos\AlY80\src\auxfuns.jl:96
[3] top-level scope at In[5]:8
[4] include_string(::Function, ::Module, ::String, ::String) at .\loading.jl:1091
Is there any way of doing this with the PolyChaos package?
The text was updated successfully, but these errors were encountered:
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 decompose the $n$-variate integral to $n$ univariate integrals. For each of the $n$ univariate integrals you can then use the quad rules.
Hey, I tried following the tutorial examples here but I can't seem to figure out the right syntax for multivariate integration. Here is what I am trying:
however, I get the following error:
Is there any way of doing this with the PolyChaos package?
The text was updated successfully, but these errors were encountered: