I\'m trying to implement linear regression with python and numpy. I was wonder if it was faster/better to use calculate the dot product of theta and x (for h(x), or to use