where n∈{1,2,3,…} is the dimension of the integration domain [0,∞)n=×i=1n[0,∞).
In this case the integral is know to be
∫[0,∞)nf(x)dx=1.
Details
The instance needs to be created with four parameters representing the dimension n, 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("Pn_logtDensity",dim=n,delta=rep(0,n),sigma=diag(n),df=3)