Home
last modified time | relevance | path

Searched refs:azprob (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/cros_utils/
Dstats.py3583 return smallu, 1.0 - azprob(z), proportion
3627 prob = 2 * (1.0 - azprob(abs(z)))
3758 s = 2.0 * azprob(-N.sqrt(chisq))
3825 def azprob(z): function
4482 zprob = Dispatch((lzprob, (IntType, FloatType)), (azprob, (N.ndarray,)))