docstrings completed

This commit is contained in:
Ricardo 2013-09-12 16:18:29 +01:00
parent e35cc76895
commit b739a10562

View file

@ -7,8 +7,8 @@ class Gaussian(likelihood):
""" """
Likelihood class for doing Expectation propagation Likelihood class for doing Expectation propagation
:param data: observed output (Nx1 numpy.darray) :param data: observed output
..Note:: data values allowed depend on the likelihood_function used :type data: Nx1 numpy.darray
:param variance: noise parameter :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