Home
last modified time | relevance | path

Searched refs:y_mean (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c58 float y_mean = 0.0; in linear_regression() local
62 y_mean += (y_values[i] - y_mean) / (i + 1); in linear_regression()
70 b_est_upper += (x_values[i] - x_mean) * (y_values[i] - y_mean); in linear_regression()