1 2 3 4 5 6 7
//! # Cir //! //! $$ //! dX_t=\kappa(\theta-X_t)\,dt+\sigma\sqrt{X_t}\,dW_t //! $$ //! pub use crate::diffusion::cir::Cir;