EZ.SGB {SGB} | R Documentation |
Expectations of Z under the SGB distribution
Description
Expectations under Lebesgue and Aitchison measures for the transformed composition Z= C((U/scale)^{shape1})
and C(Z^{1/shape1})
, where C(.)
is the closure operation.
Usage
EZ.SGB(D, x)
Arguments
x |
vector of parameters ( |
D |
number of parts |
Value
A matrix with 4 rows and D columns giving on each row the expectation of parts
EZ |
|
EAZ |
|
EZa |
|
EAZa |
|
See Also
Examples
set.seed(1234)
x <- c(2,rnorm(4,0,1),1.8,3.1,4.0)
D <- 3
EZ.SGB(D,x)
[Package SGB version 1.0.1.1 Index]