What formula does this function use after computing a simple linear regression (OLS) on data? There's many different prediction interval formulas, some using RMSE (root mean square error), some using standard deviation, etc.
In particular, I want to know if it's using this formula or something else:

Note the standard deviation of x parameter.