Click or drag to resize
StatsmaxR, C Method (FrameR, C)
For each numerical column, returns the maximal values as a series. The function skips over missing and `NaN` values. When there are no values, the result is `NaN`. [category:Frame statistics]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Series<C, double> max<R, C>(
	Frame<R, C> frame
)

Parameters

frame
Type: DeedleFrameR, C

[Missing <param name="frame"/> documentation for "M:Deedle.Stats.max``2(Deedle.Frame{``0,``1})"]

Type Parameters

R
C

Return Value

Type: SeriesC, Double

[Missing <returns> documentation for "M:Deedle.Stats.max``2(Deedle.Frame{``0,``1})"]

See Also