Skip to content

Releases: plamentrayanov/IntegralEquationSolver

1.0.2

04 Sep 12:45

Choose a tag to compare

Added Example11 and Example12, describing the waiting time paradox (the inspection paradox) when the inter-arrival time is distributed exponentially (Example11) or truncated normal (Example12).

1.0.1

27 Aug 13:07

Choose a tag to compare

Update README.md

v1.0

17 Aug 11:35

Choose a tag to compare

A fast and simple numerical method for a class of integral equations that generalizes the renewal-type equations: Z(t)=z(t) + \int_0^t f(y, Z(t-y)) dG(y). The method can also be used for solving renewal equations and estimating the renewal function. Such equations arise often also in the branching process theory and can be found in Galton-Watson, Bellman-Harris, Sevastyanov and Crump-Mode-Jagers branching processes, cancer growth models and more. Examples are included!