alea
alea copied to clipboard
Define and compose random variables
Results
3
alea issues
Sort by
recently updated
recently updated
newest added
Is the syntax in some parts of alea the best possible? I'm finding that it's a bit "odd" to have to write, e.g.: `rng.mean(a)` to get the mean of distribution...
I am confused about the package imports. Coming from Python, I am finding it a bit messy to have to do a plethora of imports, whose purposes are not clear...
Dose the random variables have pdf? For example, a=gaussian(), a.pdf(0) == 1