-
- All Implemented Interfaces:
public final class DataRowStatisticsKt
-
-
Method Summary
Modifier and Type Method Description final static ObjectrowMinOrNull(DataRow<?> $self)final static ObjectrowMin(DataRow<?> $self)final static ObjectrowMaxOrNull(DataRow<?> $self)final static ObjectrowMax(DataRow<?> $self)final static DoublerowMean(DataRow<?> $self, Boolean skipNA)final static DoublerowStd(DataRow<?> $self, Boolean skipNA)final static NumberrowSum(DataRow<?> $self)-
-
Method Detail
-
rowMinOrNull
final static Object rowMinOrNull(DataRow<?> $self)
-
rowMaxOrNull
final static Object rowMaxOrNull(DataRow<?> $self)
-
-
-
-