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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -