Obtaining the Uni-variate 95% confidence interval between two variables (MATLAB)

这一生的挚爱 提交于 2021-02-05 09:25:08

问题


I have Matrix A [1000,1] of variable A readings at 1000 locations, I also have Matrix B [1000,1] of variable B readings at the same 1000 locations as Variable A. I obtained the regression coefficient using the regress function and now I want to know if my regression coefficient passes the Uni-variate 95% confidence interval using Students t distribution. But I am finding it difficult

来源:https://stackoverflow.com/questions/62182588/obtaining-the-uni-variate-95-confidence-interval-between-two-variables-matlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!