All Projects → sdepy → sdepy

sdepy / sdepy

Licence: other
SdePy: Numerical Integration of Ito Stochastic Differential Equations

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to sdepy

SDETools
Matlab Toolbox for the Numerical Solution of Stochastic Differential Equations
Stars: ✭ 80 (+207.69%)
Mutual labels:  stochastic-differential-equations, stochastic-processes
Differentialequations.jl
Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components
Stars: ✭ 2,023 (+7680.77%)
Mutual labels:  stochastic-differential-equations, stochastic-processes
Financial Models Numerical Methods
Collection of notebooks about quantitative finance, with interactive python code.
Stars: ✭ 3,534 (+13492.31%)
Mutual labels:  stochastic-differential-equations, stochastic-processes
MFDFA
Multifractal Detrended Fluctuation Analysis in Python
Stars: ✭ 62 (+138.46%)
Mutual labels:  stochastic-processes
Course Content
NMA Computational Neuroscience course
Stars: ✭ 2,082 (+7907.69%)
Mutual labels:  stochastic-processes
diffeqr
Solving differential equations in R using DifferentialEquations.jl and the SciML Scientific Machine Learning ecosystem
Stars: ✭ 118 (+353.85%)
Mutual labels:  stochastic-differential-equations
AI booklet CE-AUT
Booklet and exam of Artificial Intelligence Master Degree at Amirkabir University of technology.
Stars: ✭ 14 (-46.15%)
Mutual labels:  stochastic-processes
DiffEqNoiseProcess.jl
A library of noise processes for stochastic systems like stochastic differential equations (SDEs) and other systems that are present in scientific machine learning (SciML)
Stars: ✭ 34 (+30.77%)
Mutual labels:  stochastic-processes
continuous-time-flow-process
PyTorch code of "Modeling Continuous Stochastic Processes with Dynamic Normalizing Flows" (NeurIPS 2020)
Stars: ✭ 34 (+30.77%)
Mutual labels:  stochastic-processes
Multifractal-Model-of-Asset-Returns-MMAR-for-Thesis
I wrote a Master's in Finance thesis on Monte Carlo simulation of the Multifractal Model of Asset Returns. This is a model developed in the late 1990's by Benoît Mandelbrot and his two students, Laurent Calvet and Adlai Fisher. I had never programmed before and this was my first big coding project — so sorry if the code sucks! I did what I could :)
Stars: ✭ 29 (+11.54%)
Mutual labels:  montecarlo-simulation
KramersMoyal
kramersmoyal: Kramers-Moyal coefficients for stochastic data of any dimension, to any desired order
Stars: ✭ 53 (+103.85%)
Mutual labels:  stochastic-differential-equations
DiffEqParamEstim.jl
Easy scientific machine learning (SciML) parameter estimation with pre-built loss functions
Stars: ✭ 36 (+38.46%)
Mutual labels:  stochastic-differential-equations
Bridge.jl
A statistical toolbox for diffusion processes and stochastic differential equations. Named after the Brownian Bridge.
Stars: ✭ 99 (+280.77%)
Mutual labels:  stochastic-differential-equations
Gpflow
Gaussian processes in TensorFlow
Stars: ✭ 1,547 (+5850%)
Mutual labels:  stochastic-processes
lifescripts
Automating various decisions stochastically, starting with my current coin-based intermittent fasting and dice-based kettlebell.
Stars: ✭ 20 (-23.08%)
Mutual labels:  stochastic-processes
ScenTrees.jl
Julia Package for Generating Scenario Trees and Scenario Lattices for Multistage Stochastic Optimization
Stars: ✭ 18 (-30.77%)
Mutual labels:  stochastic-processes
score sde pytorch
PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Stars: ✭ 755 (+2803.85%)
Mutual labels:  stochastic-differential-equations
SDE
Example codes for the book Applied Stochastic Differential Equations
Stars: ✭ 112 (+330.77%)
Mutual labels:  stochastic-differential-equations
vankampen-stochastic
Exercises and notes for N.G. Van Kampen's Stochastic Processes in Physics and Chemistry
Stars: ✭ 19 (-26.92%)
Mutual labels:  stochastic-processes
DISCOTRESS
🦜 DISCOTRESS 🦜 is a software package to simulate and analyse the dynamics on arbitrary Markov chains
Stars: ✭ 20 (-23.08%)
Mutual labels:  stochastic-processes

SdePy

ci codecov Documentation Status

The SdePy package provides tools to state and numerically integrate Ito Stochastic Differential Equations (SDEs), including equations with time-dependent parameters, time-dependent correlations, and stochastic jumps, and to compute with, and extract statistics from, their realized paths.

Several preset processes are provided, including lognormal, Ornstein-Uhlenbeck, Hull-White n-factor, Heston, and jump-diffusion processes.

Computations are fully vectorized across paths, via NumPy and SciPy, making live sessions with 100000 paths reasonably fluent on single cpu hardware.


This package came out of practical need, so expect a flexible tool that gets real-life things done. On the other hand, not every part of it is clean and polished, so expect rough edges, and the occasional bug (please report!).

Developers are committed to the stability of the public API, here again out of practical need to safeguard dependencies.

Start here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].