|
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
)
Public Shared Function StandardError (
values As Double()
) As Double
Request Example
View SourceParameters
- values
- Type: SystemDouble
A double array containing the samples.
Return Value
Type:
DoubleThe standard error for the sample.
See Also