| BINOMIAL_DIST: Plot the distribution | m-file, html, plot |
| BINOMIAL_PROB: Calculate probability p(k) interactively | m-file, html |
| P_BINOMIAL: Function to calculate probability p(k) | m-file, html |
| BINOMIAL: Function to generate random numbers having binomial distribution | m-file, html |
Normal (Gaussian) distribution:
| NORMALL_DIST: Plot the distribution for 1000 samples with zero mean and unity variance | m-file, html, plot |
| BINOMIAL_PLOT: Plot the distribution for user-defined parameters | m-file, html |
Pareto distribution
| PARETO_PDF: Log-linear plot of Pareto pdf | m-file, html |
| PARETO_DIST: Plot the distribution | m-file, html, plot |
| PARETO: Function to generate random numbers having Pareto distribution | m-file, html |
Poisson distribution:
| POISSON_PROB: Function to calculate probability p(k) based on lambda and t | m-file, html |
| POISSON_PROB_MU: Calculate probability p(k) based on m and t | m-file, html |
| POISSON_PLOT: Plot the distribution | m-file, html, plot |
| POISSON: Function to generate random numbers | m-file, html |
Uniform distribution:
| UNIFORM_DIST: Plot the distribution | m-file, html, plot |