| StatsmeanR, C Method (FrameR, C) |
For each numerical column, returns the mean of the values in the column.
The function skips over missing values and `NaN` values. When there are
no available values, the result is NaN.
[category:Frame statistics]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static Series<C, double> mean<R, C>(
Frame<R, C> frame
)
Parameters
- frame
- Type: DeedleFrameR, C
[Missing <param name="frame"/> documentation for "M:Deedle.Stats.mean``2(Deedle.Frame{``0,``1})"]
Type Parameters
- R
- C
Return Value
Type:
SeriesC,
Double[Missing <returns> documentation for "M:Deedle.Stats.mean``2(Deedle.Frame{``0,``1})"]
See Also