Docs.rs
  • opensrdk-probability-0.8.9
    • opensrdk-probability 0.8.9
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • KimuraYu45z
    • Dependencies
      • num-integer ^0.1 normal
      • opensrdk-kernel-method ^0.2.3 normal
      • opensrdk-linear-algebra ^0.8.4 normal
      • rand ^0.8.4 normal
      • rand_distr ^0.4.1 normal
      • rayon ^1.5.1 normal
      • special ^0.8.1 normal
      • thiserror ^1.0.28 normal
      • blas-src ^0.8 dev
      • lapack-src ^0.8 dev
      • plotters ^0.3.1 dev
    • Versions
    • 9.34% 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
logo

logo

Module distribution

  • Modules
  • Enums
  • Traits
?
Change settings

Module opensrdk_probability::distribution

source ·

Re-exports

pub use conditionalize_latent::*;
pub use conditioned::*;
pub use continuous_samples::*;
pub use degenerate::*;
pub use dependent_joint::*;
pub use differentiable::*;
pub use discrete_posterior::*;
pub use discrete_samples::*;
pub use event::*;
pub use independent_array_joint::*;
pub use independent_joint::*;
pub use independent_value_array_joint::*;
pub use instant::*;
pub use random_variable::*;
pub use sampleable::*;
pub use switched::*;
pub use transformed::*;
pub use valued::*;

Modules

conditionalize_latent
conditioned
continuous_samples
degenerate
dependent_joint
differentiable
discrete_posterior
discrete_samples
event
independent_array_joint
independent_joint
independent_value_array_joint
instant
instant_condition_differentiable
instant_value_differentiable
random_variable
sampleable
switched
transformed
valued

Enums

DistributionError

Traits

DiscreteDistribution
Distribution
The trait which all structs of distribution must implement.