Skip to content

Releases: dancixx/stochastic-js

v.0.0.18

02 Apr 09:13
Compare
Choose a tag to compare

What's Changed

  • Create LICENSE by @dancixx in #1
  • Fix Merton model generation
  • Add Bates model support
  • Add Kou model support (experimental)

New Contributors

Full Changelog: v.0.0.17...v.0.0.18

v.0.0.17

14 Jan 18:08
Compare
Choose a tag to compare

Full Changelog: v.0.0.15...v.0.0.17

Add some jump diffusions process and models. (Levy, Merton, Bates but these modules are in beta, be careful)
A package has been extended to a more general mathematics library but focuses on stochastic analysis.

v.0.0.15

25 Jul 01:14
Compare
Choose a tag to compare

Full Changelog: v.0.0.14...v.0.0.15

DFT method bug fix.

v.0.0.14

25 Jul 01:08
Compare
Choose a tag to compare

Full Changelog: v.0.0.13...v.0.0.14

NEWS

  • Stats module (mean1D-2D, median1D-2D)
  • Complex numbers methods
  • Discrete Fast Fourier

v.0.0.13

17 Jul 21:35
Compare
Choose a tag to compare

Full Changelog: v.0.0.12...v.0.0.13

NEWS:

  • modules export refactored.
  • Jacobi process added.
  • correlated wieners generated with Jacobi process as correlation process.
  • add some linalg and math modules

FUTURE PLANS
Update documentation.

v.0.0.12

16 May 13:44
Compare
Choose a tag to compare

Full Changelog: v.0.0.10...v.0.0.12

  • Add support for fractional processes
  • Add support for poisson and compound poisson

** Minor bug and typo fixes.

v.0.0.10

13 May 10:13
Compare
Choose a tag to compare

Full Changelog: v.0.0.9...v.0.0.10
Support for fractional processes. (based on Cholesky decomp)

  • fractional Wiener process
  • fractional Ornstein-Uhlenbeck process.

Future plan is to implement a more efficient generator method that is based on the Fast Fourier algorithm.

v.0.0.9

11 Apr 10:44
Compare
Choose a tag to compare

New processes:

  • CIR
  • Brownian bridge

v.0.0.8

10 Apr 10:58
Compare
Choose a tag to compare

BREAKING CHANGE

The normal distribution generator class has been dropped and create a new method for it.

v.0.0.7

10 Apr 07:19
Compare
Choose a tag to compare

Added Heston model, OU process and correlated Wieners.