Docs.rs
  • ndarray-histogram-0.5.0
    • ndarray-histogram 0.5.0
    • 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

Crate ndarray_histogram

ndarray_histogram0.5.0

  • All Items

Sections

  • Features

Crate Items

  • Re-exports
  • Modules
  • Traits
  • Functions
  • Type Aliases

Crates

  • ndarray_histogram

Crate ndarray_histogram

Source
Expand description

Histogram support for n-dimensional arrays (ndarray).

§Features

  • rayon for parallel sorting and bulk-selection as part of histogram computations.

Re-exports§

pub use crate::histogram::HistogramExt;
pub use ndarray;

Modules§

errors
Custom errors returned from our methods and functions.
histogram
Histogram functionalities.
interpolate
Interpolation strategies.

Traits§

MaybeNan
A number type that can have not-a-number values.
MaybeNanExt
Extension trait for ArrayBase providing NaN-related functionality.
Quantile1dExt
Quantile methods for 1-D arrays.
QuantileExt
Quantile methods for ArrayBase.

Functions§

n32
Casts f32 into a number.
n64
Casts f64 into a number.
o32
Casts f32 into an ordered float.
o64
Casts f64 into an ordered float.

Type Aliases§

N32
A number exclusive NaN and hence not implementing Float.
N64
A number exclusive NaN and hence not implementing Float.
O32
Ordered f32 inclusive NaN implementing Float.
O64
Ordered f64 inclusive NaN implementing Float.

Results

Settings
Help

Query parser error: "Unexpected - (did you mean ->?)".