Docs.rs
stochastic-rs-stats-0.1.4
stochastic-rs-stats 0.1.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dancixx
Dependencies
approx ^0.5.1
normal
linreg ^0.2.0
normal
ndarray ^0.16.1
normal
stochastic-rs ^0.8.2
normal
Versions
44.44%
of the crate is documented
This release has been yanked
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
Files
stochastic_rs_stats/
lib.rs
1
#![allow(non_snake_case)]
2
3
pub mod
fd;
4
pub mod
mle;