Skip to content

C++ Codes To Perform Stochastic Intergration Using Explicit Euler Method

License

Notifications You must be signed in to change notification settings

anupgp/stochastic_euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

540b2e2 · Jan 4, 2021

History

16 Commits
Sep 4, 2020
Sep 4, 2020
Sep 4, 2020
Sep 4, 2020
Jan 4, 2021

Repository files navigation

This README is not complete.

Stochastic Integrator : Explicit Euler Method

This is a C++ program that implements a stepper for stochastic integration that uses explicit Euler method

Dependencies:

  1. The C++ BOOST library.

Included are following three header files.

boost_random.hpp

C++ This header file creates the required class for generating random numbers using the BOOST library

det_model_hh_post.hpp

C++ header file containing the HH neuron class. This is similar to the classical HH implementaion

stoch_odeint_explicit_euler.hpp

C++ header file contains the implementaion of stochastic integrator class using explicit_euler method

Example

Also included is the below named main() that demonstrates how to use the program: test_stoch_euler.cpp

Compilation

g++ -std=c++11 -Iinclude example/test_stoch_euler.cpp -o test_stoch_euler_run Execution

./test_stoch_euler_run License

This simulator library is licensed under GNU GPLv3 which is described in LICENSE file found in home directory of this project.

About

C++ Codes To Perform Stochastic Intergration Using Explicit Euler Method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages