| StatsexpandingMinK Method |
Returns a series that contains minimum over an expanding window. The value
for a key _k_ in the returned series is the minimum from all elements with
smaller keys.
[category:Expanding windows]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static Series<K, double> expandingMin<K>(
Series<K, double> series
)
Parameters
- series
- Type: DeedleSeriesK, Double
[Missing <param name="series"/> documentation for "M:Deedle.Stats.expandingMin``1(Deedle.Series{``0,System.Double})"]
Type Parameters
- K
Return Value
Type:
SeriesK,
Double[Missing <returns> documentation for "M:Deedle.Stats.expandingMin``1(Deedle.Series{``0,System.Double})"]
See Also