Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Statistical routines for ndarray

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

rust-ndarray/ndarray-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoverageDependencies statusCrateDocumentation

This crate provides statistical methods forndarray'sArrayBase type.

Currently available routines include:

  • order statistics (minimum, maximum, median, quantiles, etc.);
  • summary statistics (mean, skewness, kurtosis, central moments, etc.)
  • partitioning;
  • correlation analysis (covariance, pearson correlation);
  • measures from information theory (entropy, KL divergence, etc.);
  • deviation functions (distances, counts, errors, etc.);
  • histogram computation.

See thedocumentation for more information.

Please feel free to contribute new functionality! A roadmap can be foundhere.

Using with Cargo

[dependencies]ndarray ="0.16"ndarray-stats ="0.6.0"

Releases

  • 0.6.0

    • Breaking changes

      • Minimum supported Rust version:1.64.0
      • Updated tondarray:v0.16.0
      • Updated toapprox:v0.5.0
    • Updated tondarray-rand:v0.15.0

    • Updated toindexmap:v2.4

    • Updated toitertools:v0.13

    Contributors:@bluss

  • 0.5.1

    • Fixed bug in implementation ofMaybeNaN::remove_nan_mut forf32 andf64 for views with non-standard layouts. Before this fix, the bug couldcause incorrect results, buffer overflows, etc., in this method and otherswhich use it. Thanks to@JacekCzupyt forreporting the issue (#89).
    • Minor docs improvements.

    Contributors:@jturner314,@BenMoon

  • 0.5.0

    • Breaking changes
      • Minimum supported Rust version:1.49.0
      • Updated tondarray:v0.15.0

    Contributors:@Armavica,@cassiersg

  • 0.4.0

    • Breaking changes
      • Minimum supported Rust version:1.42.0
    • New functionality:
      • Summary statistics:
        • Weighted variance
        • Weighted standard deviation
    • Improvements / breaking changes:
      • Documentation improvements for Histograms
      • Updated tondarray:v0.14.0

    Contributors:@munckymagik,@nilgoyette,@LukeMathWalker,@lebensterben,@xd009642

  • 0.3.0

    • Breaking changes
      • Minimum supported Rust version:1.37
    • New functionality:
      • Deviation functions:
        • Counts equal/unequal
        • l1,l2,linf distances
        • (Root) mean squared error
        • Peak signal-to-noise ratio
      • Summary statistics:
        • Weighted sum
        • Weighted mean
    • Improvements / breaking changes:
      • Updated tondarray:v0.13.0

    Contributors:@munckymagik,@nilgoyette,@jturner314,@LukeMathWalker

  • 0.2.0

    • Breaking changes
      • Allndarray-stats' extension traits are now impossible to implement byusers of the library (see#34)
      • Redesigned error handling across the whole crate, standardising onResult
    • New functionality:
      • Summary statistics:
        • Harmonic mean
        • Geometric mean
        • Central moments
        • Kurtosis
        • Skewness
      • Information theory:
        • Entropy
        • Cross-entropy
        • Kullback-Leibler divergence
      • Quantiles and order statistics:
        • argmin /argmin_skipnan
        • argmax /argmax_skipnan
        • Optimized bulk quantile computation (quantiles_mut,quantiles_axis_mut)
    • Fixes:
      • Reduced occurrences of overflow forinterpolate::midpoint

    Contributors:@jturner314,@LukeMathWalker,@phungleson,@munckymagik

  • 0.1.0

    • Initial release by @LukeMathWalker and @jturner314.

Contributing

Please feel free to create issues and submit PRs.

License

Copyright 2018–2024ndarray-stats developers

Licensed under theApache License, Version 2.0, or theMITlicense, at your option. You may not use this project except incompliance with those terms.

About

Statistical routines for ndarray

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors12

Languages


[8]ページ先頭

©2009-2025 Movatter.jp