PLS_Toolbox Documentation: ensurep< distfit kdensity >

ensurep

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);

See Also

isprob


< distfit kdensity >