Convert a decimal number into probability in MATLAB -



Convert a decimal number into probability in MATLAB -

i have array of numbers ranging 0 1, illustration (0.0000, 0.2500, 0.5000, 0.7500, 1.0000).

now want convert them probability farther processing, example: want statement executed probability of 0.75.

i know matlab provided rand function provides implementation of probability. how efficiently solve problem while want convert massive number corresponding probability (the probability can 0 1, such 0.0125, 0.0005 etc.)?

matlab probability

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -