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
FillRandomNormal
See also:
Fill
,
FillRandomUniform
Index
Statistical Background
FillRandomNormal
Declaration:
TVector
.
FillRandomNormal
(Mean, StdDev: double);
The method
FillRandomNormal
sets all elements of the vector to normally distributed random values with a mean of
Mean
and a standard deviation of
StdDev