| ^.dist | R Documentation |
Power operator for distribution objects.
## S3 method for class 'dist'
x ^ y
x |
a dist object (base) |
y |
a numeric scalar (exponent) |
A simplified distribution or edist
# Standard normal squared yields chi-squared(1)
z <- normal(0, 1)^2
z
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.