Description Usage Arguments Examples
Functions for evaluating multivariate normal density, generating random variates, fitting and testing.
1 2 3 4 5 |
data |
|
dist |
|
log |
|
n |
|
mu |
|
plot |
|
Sigma |
|
x |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | library(QRM)
BiDensPlot(func = dmnorm, mu = c(0, 0), Sigma = equicorr(2, -0.7))
S <- equicorr(d = 3, rho = 0.7)
data <- rmnorm(1000, Sigma = S)
fit.norm(data)
S <- equicorr(d = 10, rho = 0.6)
data <- rmnorm(1000, Sigma = S)
MardiaTest(data)
## Dow Jones Data
data(DJ)
r <- returns(DJ)
stocks <- c("AXP","EK","BA","C","KO","MSFT",
"HWP","INTC","JPM","DIS")
ss <- window(r[, stocks], "1993-01-01", "2000-12-31")
jointnormalTest(ss)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.