score.mask.probability

Probability functions. Based on Andre Bartetzki's CMask.

beta

(beta a b)
beta distribution, takes a {0..1} and b {0..1}, both can be bpf.

cauchy

(cauchy alpha mu)
cauchy distribution, takes sigma and mu

exponential

(exponential direction lambda)
exponential distribution
direction - can be :decreasing, :increasing, or :bilateral
lambda - affects exponential curvature (can be bpf, must be > 0.0)

gauss

(gauss sigma mu)
gaussian distribution, takes sigma and mu

linear

(linear direction)
linear distribution from 0.0 to 1.0 (if direction 1), or 1.0 to 0.0 (if 
direction -1)

triangle

(triangle)
triangle distribution

uniform

(uniform)
uniform random generator with range 0.0 to 1.0

weibull

(weibull s t)
weibull distribution, takes s {0..1} and t (>0), both can be bpf.