Click or drag to resize

DescriptiveStatisticsStandardError Method

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double StandardError(
	IList<double> dataList
)

Parameters

dataList
Type: System.Collections.GenericIListDouble
The list of doubles to use to calculate the standard error.

Return Value

Type: Double
The standard error value.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when dataList is .
ArgumentException Thrown when dataList is empty.
See Also