Contains types and functionality related to probabilitity distributions.
Bernoulli
Represents a Bernoulli distribution.
Categorical
Represents a Categorial distribution.
Distribution<'T>
Represents a distribution.
Empirical<'T>
Represents an Empirical distribution.
Normal
Represents a normal distribution with the given mean and standard deviation with the mean and standard deviation drawn fom the given tensors.
TensorDistribution
Uniform
Represents a uniform distribution with low and high values drawn from the given tensors.
© Copyright 2021, DiffSharp Contributors.