Skip to content

IndigoCurnick/vec-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages