DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
TVector
Methods
SMult
See also:
DotProduct
,
PearsonCorrCoeff
,
Correlate
,
Leng
Index
Statistical Background
SMult
Declaration:
TVector
.
SMult
(scalar: double);
The method
SMult
performs a scalar multiplication of the vector
self
. The result is written back into the vector
self
(self := self * scalar).