Discrete Probability Dist_Single

Netica

                

Single Point Distribution

(discrete probability dist for equations)

 

Usage:

SingleDist (k, c)

Definition:

(k == c) ? 1 : 0

Required:

k and c are integers

Support:

k = c

Moments:

m = c             s = 0

g1 = undefined    b2 = undefined

 

The single point distribution indicates that k = c.  The probability that k is any other value is 0.

This is the discrete version of a dirac delta.