powered by
The function make01 produces a new centered and standardized univariate distribution.
make01
make01(x)
Object of class "UnivariateDistribution" with expectation 0 and variance 1.
"UnivariateDistribution"
an object of class "UnivariateDistribution"
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Thanks to the functionals provided in this package, the code is a one-liner: (x-E(x))/sd(x).
(x-E(x))/sd(x)
E, Var
E
Var
X <- sin(exp(2*log(abs( Norm())))) ## something weird X01 <- make01(X) print(X01) plot(X01) sd(X01); E(X01)
Run the code above in your browser using DataLab