|
MeasuresStandardError Method (Double)
|
Computes the Standard Error vector for a given matrix.
Namespace:
Accord.Statistics
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double[] StandardError(
double[,] matrix
)
Public Shared Function StandardError (
matrix As Double(,)
) As Double()
Request Example
View SourceParameters
- matrix
- Type: SystemDouble
A number multi-dimensional array containing the matrix values.
Return Value
Type:
DoubleReturns the standard error vector for the matrix.
See Also