Docs.rs
  • point_process-0.13.0
    • point_process 0.13.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ManifoldFR
    • Dependencies
      • ndarray ^0.12.1 normal
      • ndarray-parallel ^0.9.0 normal
      • rand ^0.7.0 normal
      • rand_distr ^0.2.2 normal
      • rayon ^1.2.0 normal
      • serde ^1.0.100 normal
      • serde_json ^1.0.40 normal
      • plotters ^0.2.5 dev
      • svg ^0.6.0 dev
    • Versions
    • 67.07% 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

pointprocesses0.13.0

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • estimators::kernels::EpanechnikovKernel
  • estimators::kernels::GaussianKernel
  • estimators::kernels::NearestNeighborKernel
  • estimators::nadarayawatson::NadWatEstimator
  • estimators::nadarayawatson::SmoothingKernelIntensity
  • likelihood::HawkesLikelihood
  • spatial::domains::Domain
  • temporal::cox::LognormalCox
  • temporal::hawkes::ExpKernel
  • temporal::hawkes::Hawkes
  • temporal::hawkes::PowerLawKernel
  • temporal::hawkes::SumExpKernel
  • temporal::poisson::PoissonProcess
  • temporal::poisson::VariablePoissonProcess
  • temporal::traits::TimeProcessResult

Traits

  • estimators::kernels::RegKernel
  • estimators::kernels::RegKernelMass
  • temporal::hawkes::Kernel
  • temporal::traits::DeterministicIntensity
  • temporal::traits::StochasticIntensity
  • temporal::traits::TemporalProcess

Functions

  • likelihood::hawkes_likelihood
  • likelihood::poisson_likelihood
  • spatial::processes::poisson_process
  • spatial::processes::variable_poisson
  • temporal::hawkes_exponential
  • temporal::poisson_process
  • temporal::utils::simulate_brownian
  • temporal::variable_poisson

Type Aliases

  • estimators::nadarayawatson::UniformKernelIntensity
  • temporal::hawkes::ConstBackground
  • temporal::hawkes::DeterministicBackground
  • temporal::hawkes::ExpHawkes
  • temporal::hawkes::PowerLawHawkes