source:
issm/trunk-jpl/src/m/contrib/larour/equiprobable_histogram_uncertain.m@
25212
Last change on this file since 25212 was 25212, checked in by , 5 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | function [ids,probs,n]=equiprobable_histogram_uncertain(numberids) |
2 | |
3 | n=numberids+1; |
4 | ids=(1:(numberids+1))'; |
5 | p=ones(numberids,1)/numberids; |
6 | probs=[p;0]; probs=probs/sum(probs); |
Note:
See TracBrowser
for help on using the repository browser.