Sha256: 6850817a529dc8388d2874302cbb68bac1097bc4653c03e76a24086402c9b8c3
Contents?: true
Size: 252 Bytes
Versions: 11
Compression:
Stored size: 252 Bytes
Contents
# Midrange Alias: `midextreme` ```ruby collection = [1, 1, 2, 3, 10] results = 5.5 klass = Lite::Statistics::Descriptive.new(collection) klass.midrange # - or - Lite::Statistics::Descriptive.midrange(collection) # - or - collection.midrange ```
Version data entries
11 entries across 11 versions & 1 rubygems