DescriptiveStatisticsStandardError Method  | 
  
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static double StandardError(
	IList<double> dataList
)
Public Shared Function StandardError ( 
	dataList As IList(Of Double)
) As Double
public:
static double StandardError(
	IList<double>^ dataList
)
static member StandardError : 
        dataList : IList<float> -> float 
Parameters
- dataList
 - Type: System.Collections.GenericIListDouble
The list of doubles to use to calculate the standard error. 
Return Value
Type: 
DoubleThe standard error value.
Exceptions
See Also