You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Ben Petschel (2026). panjer (https://ch.mathworks.com/matlabcentral/fileexchange/23313-panjer), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (2.92 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
