Skip to content

Commit

Permalink
Correct the PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace authored Jul 5, 2022
1 parent 51e411f commit 82f58e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expectations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function expected_loglikelihood(
# Compute the expectation via Gauss-Hermite quadrature
# using a reparameterisation by change of variable
# (see e.g. en.wikipedia.org/wiki/Gauss%E2%80%93Hermite_quadrature)
# PR #86 introduces eager instead of lazy broadcast over observations
# PR #90 introduces eager instead of lazy broadcast over observations
# and Gauss-Hermit points and weights in order to make the function
# type stable. Compared to other type stable implementations, e.g.
# using a custom two-argument pairwise sum, this is faster to
Expand Down

0 comments on commit 82f58e0

Please sign in to comment.