SummaryStats Module

Module to compute common statistical measure on

Functions and values

Function or value Description

ofVector a

Full Usage: ofVector a

Parameters:
Returns: SummaryStats<int>

Returns SummaryStats of vector with N, mean, sum-of-squares, minimum and maximum

a : Vector<int>

Returns: SummaryStats<int>

Example