Click or drag to resize
SeriesStatsExtensionsStdDevK Method
Returns the standard deviation of the elements of the series. [category:Statistics]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static double StdDev<K>(
	this Series<K, double> series
)

Parameters

series
Type: DeedleSeriesK, Double

[Missing <param name="series"/> documentation for "M:Deedle.SeriesStatsExtensions.StdDev``1(Deedle.Series{``0,System.Double})"]

Type Parameters

K

Return Value

Type: Double

[Missing <returns> documentation for "M:Deedle.SeriesStatsExtensions.StdDev``1(Deedle.Series{``0,System.Double})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SeriesK, Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also