Population<TSolution, TCandidate>.ComputeCoefficientOfVariation Method

Computes a population-wide statistic, for example the coefficient of variation of the candidate values.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public double ComputeCoefficientOfVariation()

Return Value

Double
The coefficient of variation of the candidate values.

See Also