Ensurep: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
(No difference)
|
Revision as of 08:19, 2 September 2008
Purpose
Verifies that input contains only probabilities in [0,1].
Synopsis
- prob = ensurep(prob)
Description
The input is a real (x) and the output is (prob):
If x > 1, then prob = 1. If x < 0, then prob = 0. If x imaginary, inf, or NaN, then prob = NaN.
Examples
prob = ensurep(prob);