Description
Calculate the gamma matrix from a matrix of observations.
Usage
gamma_mat(x, sigma, type = "adf")
Value
The sample estimate of the gamma matrix.
Arguments
- x
A numeric matrix of observations.
- sigma
Covariance matrix of the data.
- type
One of adf
, normal
and elliptical
.