Skip to content

Commit 5224b1d

Browse files
committed
Add alias to WhiteKernel, EyeKernel
1 parent 214b83f commit 5224b1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/kernels/constant.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Kernel function working as an equivalent to add white noise.
2323
"""
2424
struct WhiteKernel <: BaseKernel end
2525

26+
const EyeKernel = WhiteKernel
27+
2628
kappa::WhiteKernel,δₓₓ::Real) = δₓₓ
2729

2830
metric(::WhiteKernel) = Delta()

0 commit comments

Comments
 (0)