Sha256: 8833e9ab3b60f2fc5448a90f20e5e3e3e11fd3afb7d9ef329a373d43109fe190
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
# Sample|Population Kurtosis Alias: `kurtosis` ```ruby collection = [1, 1, 2, 3, 10] results = 3.007017458066408 klass = Lite::Statistics::Descriptive.new(collection) klass.sample_kurtosis # - or - Lite::Statistics::Descriptive.population_kurtosis(collection) # - or - collection.sample_kurtosis ```
Version data entries
11 entries across 11 versions & 1 rubygems