Click or drag to resize
Accord.NET (logo)

MeasuresStandardError Method (Double)

Computes the Standard Error for a sample size, which estimates the standard deviation of the sample mean based on the population mean.

Namespace:  Accord.Statistics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double StandardError(
	double[] values
)
Request Example View Source

Parameters

values
Type: SystemDouble
A double array containing the samples.

Return Value

Type: Double
The standard error for the sample.
See Also