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
Post a Comment