Difference between uniform and n
2019-02-14 本文已影响0人
宣雄民
Both uniform and normal distribution are statistical data representation, the only thing similar about the two is that they are both continuous distributions with 2 parameters. Differences that are most commonly include:
- Normal distribution has
infinitesupport, uniform has finite support. - Normal distribution has a
singlemost likely value where uniform distribution haseveryallowable value equally likely. - Uniform has a
piecewise(分段式)constant density, normal has a continuous bell shaped density. - Normal distributions arise from the
central limit theorem, uniform do not.