| /.dist | R Documentation |
Handles dist / scalar (delegates to dist * (1/scalar)), scalar / dist, and dist / dist.
## S3 method for class 'dist'
x / y
x |
first operand |
y |
second operand |
A simplified distribution or edist
# Division by scalar reuses multiplication rule
z <- normal(0, 4) / 2
z # Normal(mu = 0, var = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.