Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

matrix
Type: SystemDouble
A number multi-dimensional array containing the matrix values.

Return Value

Type: Double
Returns the standard error vector for the matrix.
See Also