Sha256: 9d293cfeb22852bb55373f4bbbc9f20bf4e6f5817b0068c08ae984a61b349cc9

Contents?: true

Size: 337 Bytes

Versions: 11

Compression:

Stored size: 337 Bytes

Contents

# Sample|Population Standard Error

Alias: `standard_error`

```ruby
collection = [1, 1, 2, 3, 10]
results = 1.512613632095123

klass = Lite::Statistics::Descriptive.new(collection)
klass.sample_standard_error

# - or -

Lite::Statistics::Descriptive.population_standard_error(collection)

# - or -

collection.sample_standard_error
```

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lite-statistics-2.0.0 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.2.1 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.2.0 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.1.1 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.1.0 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.0.5 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.0.4 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.0.3 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.0.2 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.0.1 docs/descriptive/STANDARD_ERROR.md
lite-statistics-1.0.0 docs/descriptive/STANDARD_ERROR.md