Version

Variance Method

Returns a Matrix with the sample variance of x along the Nth dimension.
Overload List
OverloadDescription
Variance(Matrix,Int32)Returns a Matrix with the sample variance of x along the Nth dimension.  
Variance(ComplexMatrix,Int32)Returns a ComplexMatrix with the sample variance of x along the Nth dimension.  
Variance(Matrix,Int32,StatisticsType)Returns a Matrix with the variance of x along the Nth dimension.  
Variance(ComplexMatrix,Int32,StatisticsType)Returns a ComplexMatrix with the variance of x along the Nth dimension.  
Variance(Vector)Returns the sample variance of a Vector of observations.  
Variance(ComplexVector)Returns the sample variance of a ComplexVector of observations.  
Variance(Vector,StatisticsType)Returns the variance of a Vector of observations.  
Variance(ComplexVector,StatisticsType)Returns the variance of a ComplexVector of observations.  
Variance(Matrix)Returns the sample variance of all the elements of the Matrixx.  
Variance(ComplexMatrix)Returns the sample variance of all the elements of the ComplexMatrixx.  
Variance(Matrix,StatisticsType)Returns the variance of all the elements of the Matrixx.  
Variance(ComplexMatrix,StatisticsType)Returns the variance of all the elements of the ComplexMatrixx.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also