mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 03:52:39 +02:00
docstrings completed
This commit is contained in:
parent
822fd4f622
commit
e35cc76895
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ class Gaussian(likelihood):
|
||||||
"""
|
"""
|
||||||
Likelihood class for doing Expectation propagation
|
Likelihood class for doing Expectation propagation
|
||||||
|
|
||||||
:param Y: observed output (Nx1 numpy.darray)
|
:param data: observed output (Nx1 numpy.darray)
|
||||||
..Note:: Y values allowed depend on the likelihood_function used
|
..Note:: data values allowed depend on the likelihood_function used
|
||||||
:param variance :
|
:param variance: noise parameter
|
||||||
:param normalize: whether to normalize the data before computing (predictions will be in original scales)
|
:param normalize: whether to normalize the data before computing (predictions will be in original scales)
|
||||||
:type normalize: False|True
|
:type normalize: False|True
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue