0

How can I interpolate between 2 arrays or lists?

As in having a list of [0, 1, 2, 3, 4, 5] and another of [0, 2, 4, 6, 8, 10]. If I input 1.5 on the first list i should get 3 on the other and so on.

28th Mar 2020, 5:35 PM
William Rodriguez
William Rodriguez - avatar
1 Respuesta
0
https://en.wikipedia.org/wiki/Linear_regression google for linear regression in python/java.....
29th Mar 2020, 1:50 PM
Mahmud Nabil
Mahmud Nabil - avatar