-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dfbd873
commit a65d385
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# IntegralEquationSolver | ||
Produces numerical solution for integral equations of the type Z(t)=z(t) + \int_0^t f(y, Z(t-y)) dG(y). | ||
# Integral Equation Solver | ||
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! |