Searched refs:polyfit (Results 1 – 3 of 3) sorted by relevance
/external/walt/pywalt/pywalt/ |
D | minimization.py | 40 p = numpy.polyfit(x, y, 1, full=True) 128 a, c = numpy.polyfit(xls, yls, 1)
|
/external/aac/libSBRdec/src/ |
D | HFgen_preFlat.cpp | 727 static void polyfit(const int numBands, const FIXP_DBL *const y, const int y_sf, in polyfit() function 968 polyfit(numBands, LowEnv, exp, p, p_sf); in sbrDecoder_calculateGainVec()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 573 regress_line = np.poly1d(np.polyfit(mid_segment_t, mid_segment_y,
|