mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
[stationary] hint at confusing definition in GPy
This commit is contained in:
parent
3400cab031
commit
dd22687b5e
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ class Stationary(Kern):
|
|||
|
||||
The lengthscale(s) and variance parameters are added to the structure automatically.
|
||||
|
||||
Thanks to @strongh:
|
||||
In Stationary, a covariance function is defined in GPy as stationary when it depends only on the l2-norm |x_1 - x_2 |.
|
||||
However this is the typical definition of isotropy, while stationarity is usually a bit more relaxed.
|
||||
The more common version of stationarity is that the covariance is a function of x_1 - x_2 (See e.g. R&W first paragraph of section 4.1).
|
||||
"""
|
||||
|
||||
def __init__(self, input_dim, variance, lengthscale, ARD, active_dims, name, useGPU=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue