Docs.rs
math-dsp-0.5.11
math-dsp 0.5.11
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
pierreaubert
Dependencies
clap ^4.5
normal
hound ^3.5
normal
log ^0.4
normal
math-iir-fir ^0.5
normal
nalgebra ^0.33
normal
ndarray ^0.17
normal
num-complex ^0.4
normal
rand ^0.9.2
normal
realfft ^3.5
normal
rustfft ^6.4
normal
serde ^1.0
normal
approx ^0.5
dev
serde_json ^1.0
dev
Versions
80.95%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
std_deviation
math_
audio_
dsp
0.5.11
In math_
audio_
dsp::
audio_
features::
utils
math_audio_dsp
::
audio_features
::
utils
Function
std_
deviation
Copy item path
Source
pub fn std_deviation(values: &[
f32
]) ->
f32
Expand description
Standard deviation of a slice of f32 values.