MtxVec.Median Method

Overload List

#SignatureDescription
1Double Median(TDenseMtxVec X)Computes the Median from the source data.
2Double Median(TVec Vec)Vector median.

Overload 1: Double Median(TDenseMtxVec X)

Computes the Median from the source data.

#NameTypeDescription
1XTDenseMtxVecsource TVec or TMtx

Returns: Double

Overload 2: Double Median(TVec Vec)

Vector median.

#NameDescription
1VecCalling vector or matrix object for which function will be evaluated.

Returns: Double - Vector median value.