mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
Added a notice of the correspondence of the likelihood structure to the one of GPstuff due to their request
This commit is contained in:
parent
7da9536f31
commit
292e69ee0d
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Copyright (c) 2012-2014 The GPy authors (see AUTHORS.txt)
|
# Copyright (c) 2012-2014 The GPy authors (see AUTHORS.txt)
|
||||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||||
|
# Multioutput likelihood structure is similar to the
|
||||||
|
# corresponding structure in GPstuff. If building complex
|
||||||
|
# multioutput models on top of this class and need a reference,
|
||||||
|
# check GPstuff project.
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy import stats, special
|
from scipy import stats, special
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue