Skip to content

Commit

Permalink
Modifies implementation of expected_loglik and add tests for it (#93)
Browse files Browse the repository at this point in the history
* Modified implementation of expected_loglik and add tests for it

* Split expected_loglik into two function

Co-authored-by: st-- <[email protected]>
  • Loading branch information
theogf and st-- authored Jan 19, 2022
1 parent 0532037 commit 9f258f8
Show file tree
Hide file tree
Showing 7 changed files with 408 additions and 297 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GPLikelihoods = "6031954c-0455-49d7-b3b9-3e1c99afaf40"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Expand All @@ -26,6 +27,7 @@ FastGaussQuadrature = "0.4"
FillArrays = "0.12"
ForwardDiff = "0.10"
GPLikelihoods = "0.1, 0.2"
IrrationalConstants = "0.1"
PDMats = "0.11"
Reexport = "1"
SpecialFunctions = "1, 2"
Expand Down
Loading

2 comments on commit 9f258f8

@theogf
Copy link
Member Author

@theogf theogf commented on 9f258f8 Jan 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/52749

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.7 -m "<description of version>" 9f258f816e3a9f9bb8caa9c018ba2bf5aac32b3f
git push origin v0.2.7

Please sign in to comment.