docstrings completed

This commit is contained in:
Ricardo 2013-09-12 16:04:46 +01:00
parent 822fd4f622
commit e35cc76895

View file

@ -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
""" """