This code allows to play with the process mentioned in the paper Long time asymptotic behavior of a self-similar fragmentation equation.
A script is available for an easy creation of the conda environment and compilation of auxiliary functions:
$ source install.bash
A toy example can be ran with:
$ python main.py
We consider a process in which a particle of mass
If we assume the random life times to follow an exponential distribution of parameter
where
with:
and
We also focus our attention on the the Mellin transform:
We prove in the article that this exact expansion holds:
where the Pochhamer symbol is defined as:
This code simulates the process and compute the exact series expansion for the population (case
We are also interested in computing the inverse problem. From an observation (or several), can we recover the parameter
If you have any questions, feel free to contact us. We will be more than happy to answer ! 😀
If you use it, a reference to the paper would be highly appreciated.
@article{agazzotti2024long,
title={Long time asymptotic behavior of a self-similar fragmentation equation},
author={Agazzotti, Gaetano and Deaconu, Madalina and Lejay, Antoine},
year={2024}
}