| StatsexpandingSkewK Method |
Returns a series that contains skewness over expanding windows (the value for
a given key is calculated from all elements with smaller keys); If the
entire window contains fewer than 3 values, the result is missing.
[category:Expanding windows]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static Series<K, double> expandingSkew<K>(
Series<K, double> series
)
Parameters
- series
- Type: DeedleSeriesK, Double
[Missing <param name="series"/> documentation for "M:Deedle.Stats.expandingSkew``1(Deedle.Series{``0,System.Double})"]
Type Parameters
- K
Return Value
Type:
SeriesK,
Double[Missing <returns> documentation for "M:Deedle.Stats.expandingSkew``1(Deedle.Series{``0,System.Double})"]
See Also