Docs.rs
  • ndarray-stats-0.1.0
    • ndarray-stats 0.1.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jturner314
    • LukeMathWalker
    • github:rust-ndarray:release
    • Dependencies
      • itertools ^0.7.0 normal
      • ndarray ^0.12.1 normal
      • noisy_float ^0.1.8 normal
      • num-traits ^0.2 normal
      • rand ^0.6 normal
      • ndarray-rand ^0.9 dev
      • quickcheck ^0.7 dev
    • Versions
    • 90% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate ndarray_stats

  • Structs
  • Traits
?
Change settings

List of all items

Structs

  • histogram::Bins
  • histogram::Edges
  • histogram::Grid
  • histogram::GridBuilder
  • histogram::Histogram
  • histogram::errors::BinNotFound
  • histogram::strategies::Auto
  • histogram::strategies::FreedmanDiaconis
  • histogram::strategies::Rice
  • histogram::strategies::Sqrt
  • histogram::strategies::Sturges
  • interpolate::Higher
  • interpolate::Linear
  • interpolate::Lower
  • interpolate::Midpoint
  • interpolate::Nearest

Traits

  • CorrelationExt
  • HistogramExt
  • MaybeNan
  • MaybeNanExt
  • Quantile1dExt
  • QuantileExt
  • Sort1dExt
  • histogram::HistogramExt
  • histogram::strategies::BinsBuildingStrategy
  • interpolate::Interpolate