Calculates the variance of a random variable which measures the degree to which the values of the random variable deviate from its mean.
Calculates the variance of a random variable which measures the degree to which the values of the random variable deviate from its mean.
public double Variance(double[],int[]);
Calculates the variance of a random variable selected from the table of random variables which has been set.
public double Variance(int);
RandomVariables Class | WebCab.Libraries.Statistics.DiscretePrb Namespace