Home
last modified time | relevance | path

Searched defs:linear_regression (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/audio_streams_conformance_test/src/
Dperformance_data.rs110 fn linear_regression(x: &[f64], y: &[f64]) -> Result<EstimatedRate> { in linear_regression() function
/external/python/cpython3/Lib/
Dstatistics.py1352 def linear_regression(x, y, /, *, proportional=False): function