stheno.model.fdd module¶
-
class
stheno.model.fdd.FDD[source]¶ Bases:
stheno.random.NormalFinite-dimensional distribution.
- Parameters
p (
stheno.random.RandomProcessor int) – Process of FDD. Can also be the id of the process.x (input) – Inputs that p is evaluated at.
noise (scalar, vector, or matrix, optional) – Additive noise.
-
p¶ Process of FDD.
- Type
stheno.random.RandomProcessor int
-
x¶ Inputs that p is evaluated at.
- Type
input
-
noise¶ Additive noise. None if p is an int.
- Type
matrix or None