stheno.model.fdd module

class stheno.model.fdd.FDD[source]

Bases: stheno.random.Normal

Finite-dimensional distribution.

Parameters
  • p (stheno.random.RandomProcess or 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.RandomProcess or int

x

Inputs that p is evaluated at.

Type

input

noise

Additive noise. None if p is an int.

Type

matrix or None