matlgamma(X)
Returns the natural log of the gamma function of matrix
X
.
(Available as of version 13.29)
Function type
Vector only
Syntax
matlgamma(X)
Input
Argument | Type | Description |
---|---|---|
X |
matrix model | A column name The column specified by this parameter must contain matrix models generated by the 1010data Matrix Functions. |
Return Value
Returns a matrix containing the natural log of the gamma function of matrix
X
.
If X
is N/A, the result is N/A.
This function operates element-wise.