Ensurep: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy |
||
Line 6: | Line 6: | ||
===Synopsis=== | ===Synopsis=== | ||
:prob = ensurep( | :prob = ensurep(x) | ||
===Description=== | ===Description=== |
Latest revision as of 13:27, 22 February 2013
Purpose
Verifies that input contains only probabilities in [0,1].
Synopsis
- prob = ensurep(x)
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);