neural_tangents.predict.Gaussian

class neural_tangents.predict.Gaussian(mean: jax.numpy.ndarray, covariance: jax.numpy.ndarray)[source]

A (mean, covariance) convenience namedtuple.

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

covariance

Alias for field number 1

mean

Alias for field number 0