Rn_tDensity-class {multIntTestFunc} | R Documentation |
An S4 class to represent the function
on
Description
Implementation of the function
where is the dimension of the integration domain
.
In this case the integral is know to be
Details
The instance needs to be created with four parameters representing the dimension , the location vector
, the variance-covariance matrix
which needs to be symmetric positive definite and the degrees of freedom parameter
.
Slots
dim
An integer that captures the dimension
delta
A vector of size dim with real entries.
sigma
A matrix of size dim x dim that is symmetric positive definite.
df
A positive numerical value representing the degrees of freedom.
Author(s)
Klaus Herrmann
Examples
n <- as.integer(3)
f <- new("Rn_tDensity",dim=n,delta=rep(0,n),sigma=diag(n),df=3)
[Package multIntTestFunc version 0.2.0 Index]