Docs.rs
powers-rs-0.2.0
powers-rs 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rjmalves
Dependencies
chrono ^0.4.41
normal
csv ^1.3.1
normal
highs-sys ^1.6.4
normal
rand ^0.9.0
normal
rand_distr ^0.5.1
normal
rand_xoshiro ^0.7.0
normal
rayon ^1.10.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
Versions
4.71%
of the crate is documented
Platform
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
Module utils
powers_
rs
0.2.0
Module utils
Module Items
Functions
In crate powers_
rs
powers_rs
Module
utils
Copy item path
Source
Functions
ยง
dot_
product
Helper function for evaluating the dot product between two vectors. This implementation expect f64 slices and does not use any kind of SSE operations. The slices are expected to have the same length.
mean
Helper function for evaluating the average of a series of values.
standard_
deviation
Helper function for evaluating the standard deviation of a series of values.
uniform_
prob_
by_
count
Helper function for generating an uniform probability distribution from a given number of samples.