synthetic data follow specific distribution

1 view (last 30 days)
nana
nana on 19 Sep 2024
Edited: Star Strider on 19 Sep 2024
How to generate synthetic datasets that follow specific distributions

Answers (1)

Star Strider
Star Strider on 19 Sep 2024
Edited: Star Strider on 19 Sep 2024
Choose the appropriate distribution and select the related function that produces random numbers.
Examples are normrnd, poissrnd, lognrnd.
See Probability Distributions for a list of them.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!