vec-utilities 0.0.2

A collection of methods that make working with Vecs of floats easier
Documentation
  • Coverage
  • 7.89%
    3 out of 38 items documented0 out of 13 items with examples
  • Size
  • Source code size: 20.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.79 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • IndigoCurnick/vec-utilities
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • IndigoCurnick

vec-utilities

Rust crate to import high-level statistical utilities on Vec as a trait. For example

  • mean
  • mode
  • median
  • range
  • standard deviation

and more.

As convention, this crate provides two versions of each function. If prepended by nan_, that function will effectively ignore any NaN in the Vec.