klDivergence

open override fun klDivergence(other: ContinuousDistribution): Double

Calculates the Kullback-Leibler divergence between this distribution and the other one.

Return

The Kullback-Leibler divergence.

Parameters

other

The other distribution.

See also

Throws

If the other distribution is not the same type as this one.