|
NumericalAnalysisExtensions Methods
|
The NumericalAnalysisExtensions type exposes the following members.
Methods
|
Name |
Description |
|
StandardDeviation(IEnumerableDecimal, Boolean)
|
Computes the standard deviation over a sequence of Decimal values.
|
|
StandardDeviation(IEnumerableDouble, Boolean)
|
Computes the standard deviation over a sequence of Double values.
|
|
StandardDeviation(IEnumerableSingle, Boolean)
|
Computes the standard deviation over a sequence of Single values.
|
|
StandardDeviationT(IEnumerableT, FuncT, Decimal, Boolean)
|
Computes the standard deviation over a sequence of Decimal values.
|
|
StandardDeviationT(IEnumerableT, FuncT, Double, Boolean)
|
Computes the standard deviation over a sequence of Double values.
|
|
StandardDeviationT(IEnumerableT, FuncT, Single, Boolean)
|
Computes the standard deviation over a sequence of Single values.
|
Top
See Also