Liking cljdoc? Tell your friends :D

automaton-optimization.randomness.distribution

Probabilistic distributions.

Probabilistic distributions.
raw docstring

critical-valueclj/s

(critical-value distribution)
(critical-value distribution alpha)
(critical-value distribution alpha tails)

Distributionclj/sprotocol

cumulativeclj/s

(cumulative this p)

Returns the cumulative probability before p.

Returns the cumulative probability before `p`.

drawclj/s

(draw this)

Returns a random value following that distribution.

Returns a random value following that distribution.

maximumclj/s

(maximum this)

Maximum.

Maximum.

medianclj/s

(median this)

Returns the median of the distribution.

Returns the median of the distribution.

minimumclj/s

(minimum this)

Minimum.

Minimum.

quantileclj/s

(quantile this x)

Returns the quantile of the distribution before x.

Returns the quantile of the distribution before `x`.

iqrclj/s

(iqr distribution)

Returns the interquartile range of that distribution.

Returns the interquartile range of that `distribution`.
raw docstring

summaryclj/s

(summary distribution)

Returns the 5-number distribution summary and the interquartile range.

Returns the 5-number distribution summary and the interquartile range.
raw docstring

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

× close