  | NMathFunctionsVariance(FloatVector, BiasType) Method | 
            Calculates the variance of the given data, using the specified bias type.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static float Variance(
	FloatVector data,
	BiasType type
)
Public Shared Function Variance ( 
	data As FloatVector,
	type As BiasType
) As Single
public:
static float Variance(
	FloatVector^ data, 
	BiasType type
)
static member Variance : 
        data : FloatVector * 
        type : BiasType -> float32 Parameters
- data  FloatVector
 - A vector.
 - type  BiasType
 - Bias type.
 
Return Value
SingleVariance.
Exceptions
See Also