particles.distributions.FlatNormal

class FlatNormal(loc=0.0)[source]

Normalp with infinite variance.

May be used to specify the distribution of a missing value. Sampling from FlatNormalp generate an array of NaNs.

__init__(loc=0.0)[source]

Methods

__init__([loc])

logpdf(x)

pdf(x)

ppf(u)

rvs([size])

shape(size)

Attributes

dim