| IntGramCharlier | R Documentation |
Computes the integrals of the d-variate Gram Charlier density
with respect to the normal density
It integrates the GramCharlier with the first 4
cumulants.
IntGramCharlier(x, cum, type = c("lower", "upper"))
x |
An nxd data matrix |
cum |
Unstandardized first four cumlants |
type |
Character string specifying the integration range. Must be one of:
|
The vector of evaluated probabilities
Other Approximations:
Edgeworth(),
GramCharlier(),
IntEdgeworth(),
MTCE()
x <- matrix(1:6,2,3, byrow=TRUE)
cum <- MomCumMVt(p = 12, d = 3, r = 4, nCum = TRUE)
# P(X <= x)
p <- IntGramCharlier(x, cum, type = "lower")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.