Searched refs:achisqprob (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/cros_utils/ |
D | stats.py | 2579 return k2, achisqprob(k2, 2) 3516 return chisq, achisqprob(chisq, k - 1) 3718 return chisq, achisqprob(chisq, k - 1) 3724 def achisqprob(chisq, df): function 4481 (lchisqprob, (IntType, FloatType)), (achisqprob, (N.ndarray,)))
|