stats method

RandDistStats stats()

Implementation

RandDistStats stats() =>
    RandDistStats(mean(), variance(), skewness(), kurtosis(), std());