R/edist.R
pow-.dist.Rd
Power operator for distribution objects.
# S3 method for class 'dist' x^y
a dist object (base)
a numeric scalar (exponent)
A simplified distribution or edist
# Standard normal squared yields chi-squared(1) z <- normal(0, 1)^2 z #> Chi-squared distribution (df = 1)