Initialize a collection of doubles with values from a normal distribution
Declaring type: VectorUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static void InitNormal (
        IList<double> vector,
        double mean,
        double stdev
) 
Parameters
vector
the vector to initialize
mean
the mean of the normal distribution
stdev
the standard deviation of the normal distribution