powered by
Generates an object of class "SphericalDistribution".
"SphericalDistribution"
SphericalDistribution(radDistr = sqrt(Chisq(df=dim)), dim = 2, p = NULL, q = NULL)
Object of class "SphericalDistribution"
an object of class UnivariateDistribution with positive support, i.e. p(radDistr)(0)==0; the radial distribution.
UnivariateDistribution
p(radDistr)(0)==0
positive integer: dimension of the distribution.
optional: p-slot of the corresponding distribution;
p
optional: q-slot of the corresponding distribution;
q
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
SphericalDistribution-class
E0 <- SphericalDistribution() plot(E0) E1 <- diag(1,2)%*%E0+c(1,2) plot(E1) E(E1) var(E1)
Run the code above in your browser using DataLab