Searched defs:linear_regression (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/crosvm/audio_streams_conformance_test/src/ |
H A D | performance_data.rs | 110 fn linear_regression(x: &[f64], y: &[f64]) -> Result<EstimatedRate> { in linear_regression() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | statistics.py | 1027 def linear_regression(x, y, /, *, proportional=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | statistics.py | 1027 def linear_regression(x, y, /, *, proportional=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | statistics.py | 1027 def linear_regression(x, y, /, *, proportional=False): function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | statistics.py | 1027 def linear_regression(x, y, /, *, proportional=False): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | statistics.py | 1027 def linear_regression(x, y, /, *, proportional=False): function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | statistics.py | 1027 def linear_regression(x, y, /, *, proportional=False): function
|