Click or drag to resize
Accord.NET (logo)

MeasuresStandardError Method (Int32, 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(
	int samples,
	double[] standardDeviations
)
Request Example View Source

Parameters

samples
Type: SystemInt32
The number of samples in the matrix.
standardDeviations
Type: SystemDouble
The values' standard deviation vector, if already known.

Return Value

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