python import numpy as np from scipy import stats x = np.array([1, 2, 3, 4, 5]) y = np.array([3, 5, 7, 9, 11]) slope, intercept, r_value, p_value, std_err = stats.linregress(x, y)


上一篇:
下一篇:
切换中文