Uniformly distributed weights that sum up to 1

Version 1.0.0.0 (998 Bytes) von Yavor Kamer
Generates N uniformly distributed weights that sum up to 1
49 Downloads
Aktualisiert 18. Nov 2016

Lizenz anzeigen

A common way to do this is to generate a uniformly random vector with rand(1,N) and then divide it by its sum. But, as you can see in the figure and the script, this creates biased distributions that undersample high values. The randUniWght function produces better sampling.
You can find more on the topic here
http://stats.stackexchange.com/questions/14059/generate-uniformly-distributed-weights-that-sum-to-unity

Zitieren als

Yavor Kamer (2024). Uniformly distributed weights that sum up to 1 (https://www.mathworks.com/matlabcentral/fileexchange/60284-uniformly-distributed-weights-that-sum-up-to-1), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2015b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Random Number Generation finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0