Home
last modified time | relevance | path

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

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/examples/
H A Dex_regressionplots.py105 x2beta = x2*res.params[2] variable
110 plt.plot(x2, x2beta + res.resid, 'o')
111 plt.plot(x2, x2beta, '-')