Liking cljdoc? Tell your friends :D

score.mask.probability

Probability functions. Based on Andre Bartetzki's CMask.

Probability functions. Based on Andre Bartetzki's CMask.
raw docstring

betaclj

(beta a b)

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

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

cauchyclj

(cauchy alpha mu)

cauchy distribution, takes sigma and mu

cauchy distribution, takes sigma and mu
sourceraw docstring

exponentialclj

(exponential direction lambda)

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

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

gaussclj

(gauss sigma mu)

gaussian distribution, takes sigma and mu

gaussian distribution, takes sigma and mu
sourceraw docstring

linearclj

(linear direction)

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

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

triangleclj

(triangle)

triangle distribution

triangle distribution
sourceraw docstring

uniformclj

(uniform)

uniform random generator with range 0.0 to 1.0

uniform random generator with range 0.0 to 1.0
sourceraw docstring

weibullclj

(weibull s t)

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

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close