Sha256: d0c2d29af0eccdb790589ea5da31505a5e397b597e279f4dc2b8f45e8b0d4a29
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
class Array def index_of_dispersion self.variance / self.mean end def dispersion_index self.index_of_dispersion end def coefficient_of_dispersion self.index_of_dispersion end def variance_to_mean_ratio self.index_of_dispersion end def vmr self.index_of_dispersion end def fano_factor self.index_of_dispersion end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rstat-0.1.0 | lib/rstat/core_ext/array/descriptive_statistics/index_of_dispersion.rb |