WLJS LogoWLJS Notebook

LearnDistribution

LearnDistribution[{example1,example2,…}] generates a LearnedDistribution[…] that attempts to represent an underlying distribution for the examples given.

Examples

Learn a distribution from data:

data = RandomVariate[NormalDistribution[], 1000];
LearnDistribution[data]

Please visit the official Wolfram Language Reference for more details.

On this page