parameterization of priors

This commit is contained in:
bobturneruk 2020-06-04 09:51:30 +01:00
parent e0304056f9
commit ef044197fb

View file

@ -1,3 +1,14 @@
"""
Introduction
^^^^^^^^^^^^
Extends the functionality of the `paramz` package (dependency) to support paramterization of priors (:py:class:`GPy.core.parameterization.priors`).
.. inheritance-diagram:: GPy.core.parameterization.priors
:top-classes: paramz.core.parameter_core.Parameterizable
"""
# Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)