Docs.rs
  • ndarray-stats-0.5.1
    • ndarray-stats 0.5.1
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jturner314
    • LukeMathWalker
    • github:rust-ndarray:release
    • Dependencies
      • indexmap ^1.6.2 normal
      • itertools ^0.10.0 normal
      • ndarray ^0.15.0 normal
      • noisy_float ^0.2.0 normal
      • num-integer ^0.1 normal
      • num-traits ^0.2 normal
      • rand ^0.8.3 normal
      • approx ^0.4 dev
      • criterion ^0.3 dev
      • ndarray ^0.15.0 dev
      • ndarray-rand ^0.14.0 dev
      • num-bigint ^0.4.0 dev
      • quickcheck ^0.9.2 dev
      • quickcheck_macros ^1.0.0 dev
    • Versions
    • 92.5% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate ndarray_stats

logo
Change settings

List of all items

Structs

  • errors::EmptyInput
  • errors::ShapeMismatch
  • 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

Enums

  • errors::MinMaxError
  • errors::MultiInputError
  • errors::QuantileError
  • histogram::errors::BinsBuildError

Traits

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