Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
rnormfixedseed[10]
rnormfixedseed[10]
Letzte Aktualisierung: 2018-02-21
Nutzungshäufigkeit: 1
Qualität:
clear[mu, sigma, m, s]; manipulate[ with[{randr = rnormfixedseed[n, m, s]}, with[{dist = estimateddistribution[randr, normaldistribution[mu, sigma]]}, show[histogram[randr, automatic, "probabilitydensity"], plot[pdf[dist, x], {x, m - 5 s, m + 5 s}, plotstyle -> thick]] ]], {{n, 1000, "number of points"}, {100, 500, 1000, 2000, 5000, 10000, 50000}}, grid[ { {row[{control[{{m, 0, "mean"}, 0, 100}], framed@dynamic[m]}, " "]}, {row[{control[{{s, 1, "standard deviation"}, 0.01, 10}], framed@dynamic[s]}, " " ]} }]]
clear[mu, sigma, m, s]; manipulate[ with[{randr = rnormfixedseed[n, m, s]}, with[{dist = estimateddistribution[randr, normaldistribution[mu, sigma]]}, show[histogram[randr, automatic, "probabilitydensity"], plot[pdf[dist, x], {x, m - 5 s, m + 5 s}, plotstyle -> thick]] ]], {{n, 1000, "number of points"}, {100, 500, 1000, 2000, 5000, 10000, 50000}}, grid[ { {row[{control[{{m, 0, "mean"}, 0, 100}], framed@dynamic[m]}, " "]}, {row[{control[{{s, 1, "standard deviation"}, 0.01, 10}], framed@dynamic[s]}, " " ]} }]]
Letzte Aktualisierung: 2018-02-21
Nutzungshäufigkeit: 1
Qualität:
Warnung: Enthält unsichtbare HTML-Formatierung