Dirac
The Dirac distribution with parameter $\mu$ is a distribution putting all probabiltiy mass on $\mu$. It is denoted by
\[\delta(x -\mu).\]
Types
MarkovKernels.AbstractDirac — TypeAbstractDirac{ST}Abstract type for representing Dirac distributions taking values in ST.
MarkovKernels.Dirac — TypeDiracType for representing Dirac distributions with sample_eltype ST.
Constructors
MarkovKernels.Dirac — MethodDirac(μ)Creates a Dirac distribution with mean μ.
Methods
MarkovKernels.dim — Methoddim(D::AbstractDirac)Returns the dimension of the Dirac distribution D.
Statistics.mean — Methodmean(D::AbstractDirac)Computes the mean vector of the Dirac distribution D.