Summary
The difference between two succesive vector elements.
Class
TVec
Declaration
Function Difference(Vec: TMtxVec; Lag: Integer = 1): TVec;
Description
Calculate the difference for all Vec elements and store the results in the calling vector. The
Length of the calling vector is set to one less the length of Vec and
Complex property is set to Vec.Complex.
Declaration
Function Difference(Lag: Integer = 1): TVec;
Description
Calculate the difference for all calling vector elements. The following formula is used to calculate the difference:

The Length of calling vector is automatically decremented by one.
| Copyright 2008 Dew Research |
http://www.dewresearch.com