Sha256: 6c0f11f90320ea2d9e8221a48296091a8f69f7f1d634af22a47c9432b376511a
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
# Sample|Population Skewness Alias: `skewness` ```ruby collection = [1, 1, 2, 3, 10] results = 1.328592117701344 klass = Lite::Statistics::Descriptive.new(collection) klass.sample_skewness # - or - Lite::Statistics::Descriptive.population_skewness(collection) # - or - collection.sample_skewness ```
Version data entries
11 entries across 11 versions & 1 rubygems