Docs.rs
  • kn0sys-ndarray-stats-0.7.0
    • kn0sys-ndarray-stats 0.7.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kn0sys
    • Dependencies
      • indexmap ^2.4 normal
      • itertools ^0.13 normal
      • kn0sys_ndarray ^0.17 normal
      • noisy_float ^0.2.0 normal
      • num-integer ^0.1 normal
      • num-traits ^0.2 normal
      • rand ^0.9.0 normal
      • approx ^0.5 dev
      • criterion ^0.3 dev
      • kn0sys_ndarray ^0.17.0 dev
      • kn0sys_ndarray_rand ^0.16.0 dev
      • num-bigint ^0.4.0 dev
    • Versions
    • 97.71% 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

kn0sys_ndarray_stats0.7.0

Crate Items

  • Structs
  • Enums
  • Traits

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
  • MaybeNan
  • MaybeNanExt
  • Quantile1dExt
  • QuantileExt
  • Sort1dExt
  • SummaryStatisticsExt
  • histogram::HistogramExt
  • histogram::strategies::BinsBuildingStrategy
  • interpolate::Interpolate