| pmvt.alt | R Documentation |
Computes probabilities for a multivariate t with non-integer degrees-of-freedom parameter, directly integrating the function dmvt
pmvt.alt(low, upp, corr, df)
low |
a vector containing the bivariate lower bounds |
upp |
a vector containing the bivariate upper bounds |
corr |
the correlation matrix of the |
df |
the degrees-of-freedom parameter, possibly non-integer |
Alessandro Barbiero, Pier Alda Ferrari
contord
margin1 <- c(0.2,0.4,0.6,0.8)
margin2 <- margin1
marginal <- list(margin1, margin2)
sigma <- matrix(c(1,0.3,0.3,1),2,2)
df <- 3.5
contord(marginal=marginal, Sigma=sigma, df=df, integerdf=FALSE, prob=TRUE)
# compare with
contord(marginal=marginal, Sigma=sigma, df=round(df), prob=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.