Continuous CLT
A learning component illustrating the Central Limit Theorem (CLT) for a chosen continuous distribution.
Options
- distributions |
array<string>
: statistical distributions to choose from ('uniform', 'exponential', and/or 'normal'). Default:[ 'uniform', 'exponential', 'normal' ]
. - samples |
(array<number>|number)
: array of numbers or a single numbers denoting the sample sizes that can be drawn. Default:25
. - hideFormulas |
boolean
: controls whether to hide formulas in the component text. Default:false
.
Examples
Live Editor
Result
ReferenceError: Provider is not defined