graphicalExtremes (version 0.1.0)

dim_Gamma: Is Gamma square matrix?

Description

Check if Gamma matrix is square matrix. If so, return the dimension. Else, raise an error.

Usage

dim_Gamma(Gamma)

Value

Numeric. The dimension of the matrix (number of rows and columns, if the matrix is symmetric). Else, raises an error.

Arguments

Gamma

Numeric matrix. Matrix representing the variogram of an HR distribution.