Operator

Multivariate

J(*args, **kwargs)

Joint random variable.

Iid(dist, length[, rotation])

Opaque method for creating independent identical distributed random variables from an univariate variable.

Mathematical

Add(left, right)

Addition operator.

Multiply(left, right)

Multiplication.

Negative(dist)

Negative of a distribution.

Power(left, right)

Power operator.

Trunc(dist[, lower, upper])

Truncation.

Log(dist)

Logarithm with base Euler's constant.

Log10(dist)

Logarithm with base 10.

Logn(dist[, base])

Logarithm with base N.