| StatsexpandingMaxK Method |
Returns a series that contains maximum over an expanding window. The value
for a key _k_ in the returned series is the maximum 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> expandingMax<K>(
Series<K, double> series
)
Parameters
- series
- Type: DeedleSeriesK, Double
[Missing <param name="series"/> documentation for "M:Deedle.Stats.expandingMax``1(Deedle.Series{``0,System.Double})"]
Type Parameters
- K
Return Value
Type:
SeriesK,
Double[Missing <returns> documentation for "M:Deedle.Stats.expandingMax``1(Deedle.Series{``0,System.Double})"]
See Also