Skip to content

Commit

Permalink
Remove type piracy
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Mar 10, 2024
1 parent 39e56d7 commit 7ec0d36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/expectations.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
using FastGaussQuadrature: gausshermite
using FastGaussQuadrature: FastGaussQuadrature
using SpecialFunctions: loggamma
using ChainRulesCore: ChainRulesCore
using IrrationalConstants: sqrt2, invsqrtπ

gausshermite(n::Integer) = FastGaussQuadrature.gausshermite(n)

struct DefaultExpectationMethod end

struct AnalyticExpectation end
Expand Down

0 comments on commit 7ec0d36

Please sign in to comment.