Docs.rs
  • ndarray-histogram-0.5.0
    • ndarray-histogram 0.5.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • n3vu0r
    • Dependencies
      • itertools ^0.14.0 normal
      • ndarray ^0.16.1 normal
      • ndarray-slice ^0.5.1 normal
      • num-integer ^0.1.46 normal
      • num-traits ^0.2.19 normal
      • ordered-float ^5.0.0 normal
      • rand ^0.9.0 normal
      • rayon ^1.10.0 normal optional
      • criterion ^0.5.1 dev
      • quickcheck ^1.0.3 dev
      • quickcheck_macros ^1.0.0 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

ndarray_histogram0.5.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

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

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

Functions

  • n32
  • n64
  • o32
  • o64

Type Aliases

  • N32
  • N64
  • O32
  • O64