Skip to content

Commit

Permalink
+ Contents & future work to be done
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann authored Aug 11, 2023
1 parent 9b57e4d commit 004d851
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

Utility functions for probability theory

## Description

This repo contains utility functions for stochastic simulations in R. Currently implemented are

* Wiener process
* Brownian drift
* Ornstein-Uhlenbeck
* Constant rate Poisson point process

## Future Work
Methods that will be implemented in the future:
* Drawing samples from distributions based on their pdfs (using rejection sampling)
* Varying rate Poisson point processes
* Thinning of point processes
* Basic noise models (all colors)
* Subordinators

## Authors

__Niklas Hohmann__
Expand Down

0 comments on commit 004d851

Please sign in to comment.