Docs.rs
statest-0.2.2
statest 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
doraneko94
Dependencies
ndarray ^0.13.1
normal
num-traits ^0.2.12
normal
statrs ^0.13.0
normal
rand ^0.7.3
dev
rand_distr ^0.3.0
dev
Versions
56%
of the crate is documented
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
Module numerical
statest
0.2.2
Module numerical
Module Items
Functions
In crate statest
statest
Module
numerical
Copy item path
Source
Expand description
Numerical calculation for tests.
Functions
ยง
deriv
Calculate derivative.
deriv_
with_
fx
Calculate derivative with fx value which was already calculated.
newton
Newton method to solve equations.