WebCab Probability and Statistics for .NET v3.3 Demo

RandomVariables.Variance Method

Calculates the variance of a random variable which measures the degree to which the values of the random variable deviate from its mean.

Overload List

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);

See Also

RandomVariables Class | WebCab.Libraries.Statistics.DiscretePrb Namespace