Skip to content

Commit

Permalink
Merge branch 'master' into compathelper/new_version/2023-12-20-00-56-…
Browse files Browse the repository at this point in the history
…44-805-04045174548
  • Loading branch information
simsurace authored Mar 9, 2024
2 parents b5f69af + 6dd5c12 commit 73584bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AbstractGPs"
uuid = "99985d1d-32ba-4be9-9821-2ec096f28918"
authors = ["JuliaGaussianProcesses Team"]
version = "0.5.19"
version = "0.5.20"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
4 changes: 1 addition & 3 deletions examples/1-mauna-loa/script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ plotdata()
# We define a couple of helper functions to simplify the kernel construction:

SE(θ) = θ.σ^2 * with_lengthscale(SqExponentialKernel(), θ.ℓ)
## PeriodicKernel is broken, see https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/issues/389
##Per(θ) = with_lengthscale(PeriodicKernel(; r=[θ.ℓ/2]), θ.p) # NOTE- discrepancy with GaussianProcesses.jl
Per(θ) = with_lengthscale(SqExponentialKernel(), θ.ℓ) PeriodicTransform(1 / θ.p)
Per(θ) = with_lengthscale(PeriodicKernel(; r=./ 2]), θ.p) # NOTE- discrepancy with GaussianProcesses.jl
RQ(θ) = θ.σ^2 * with_lengthscale(RationalQuadraticKernel(; α=θ.α), θ.ℓ)
#md nothing #hide

Expand Down

0 comments on commit 73584bf

Please sign in to comment.