Statistics.RemoveColumn Method

procedure RemoveColumn(const Src: TMtx; const Dst: TMtx; const Index: Integer);

Remove matrix column.

#NameTypeDescription
1SrcTMtx
2DstTMtx
3IndexIntegerstart index

Result: stored in self (calling object)

Remarks:

Removes index-th column from Src matrix and stores the result in Dst matrix. Size and complex properties of Dst matrix are adjusted automatically.

See Also: Statistics.RemoveRow