Docs.rs
peroxide-0.31.7
peroxide 0.31.7
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
Axect
Dependencies
blas ^0.22
normal
csv ^1.1
normal
json ^0.12
normal
lapack ^0.19
normal
matrixmultiply ^0.3
normal
netcdf ^0.7
normal
order-stat ^0.1
normal
peroxide-ad ^0.3
normal
puruspe ^0.2
normal
pyo3 ^0.17
normal
rand ^0.8
normal
rand_distr ^0.4
normal
serde ^1.0
normal
float-cmp ^0.9
dev
Versions
30.09%
of the crate is documented
Go to latest version
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ParametricDist
Required Associated Types
Parameter
Required Methods
params
Implementors
In peroxide::statistics::dist
?
Trait
peroxide
::
statistics
::
dist
::
ParametricDist
source
·
[
−
]
pub trait ParametricDist { type
Parameter
; fn
params
(&self) -> Self::
Parameter
; }
Expand description
Extract parameter
Required Associated Types
source
type
Parameter
Required Methods
source
fn
params
(&self) -> Self::
Parameter
Implementors
source
impl<T:
PartialOrd
+
SampleUniform
+
Copy
+
Into
<
f64
>>
ParametricDist
for
OPDist
<T>
type
Parameter
=
f64
source
impl<T:
PartialOrd
+
SampleUniform
+
Copy
+
Into
<
f64
>>
ParametricDist
for
TPDist
<T>
type
Parameter
= (
f64
,
f64
)
source
impl<T:
PartialOrd
+
SampleUniform
+
Copy
+
Into
<
f64
>>
ParametricDist
for
WeightedUniform
<T>
type
Parameter
= (
Vec
<
f64
,
Global
>,
Vec
<(
f64
,
f64
),
Global
>)