panjer
Versión 1.1.0.0 (2,92 KB) por
Ben Petschel
Approximate the distribution of a compound random variable by Panjer recursion.
Example: plot distribution of compound Poisson/Lognormal
n = 1e4;
xmax = 100;
lam = 10; mu = 0; sig = 1;
[gl,gu,xp,GL,GU]=panjer(@(x)logncdf(x,mu,sig),0,lam,xmax/n,n);
plot(xp,GL,'b-',xp,GU,'r-');
See help for more details.
Citar como
Ben Petschel (2025). panjer (https://es.mathworks.com/matlabcentral/fileexchange/23313-panjer), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2007b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions and Hypothesis Tests > Continuous Distributions > Normal Distribution >
Más información sobre Normal Distribution en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
