Searched refs:chisqprob (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/cros_utils/ |
D | stats.py | 1124 return chisq, chisqprob(chisq, k - 1) 1308 return h, chisqprob(h, df) 1334 return chisq, chisqprob(chisq, k - 1) 1975 chisqprob = Dispatch((lchisqprob, (IntType, FloatType)),) variable 3693 return h, chisqprob(h, df) 4480 chisqprob = Dispatch( variable
|