SphericalDistribution {distrEllipse} | R Documentation |
Generating function for SphericalDistribution-class
Description
Generates an object of class "SphericalDistribution"
.
Usage
SphericalDistribution(radDistr = sqrt(Chisq(df=dim)), dim = 2,
p = NULL, q = NULL)
Arguments
radDistr |
an object of class |
dim |
positive integer: dimension of the distribution. |
p |
optional: |
q |
optional: |
Value
Object of class "SphericalDistribution"
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
See Also
Examples
E0 <- SphericalDistribution()
plot(E0)
E1 <- diag(1,2)%*%E0+c(1,2)
plot(E1)
E(E1)
var(E1)
[Package distrEllipse version 2.8.2 Index]