Quote:
Originally Posted by cubsker
Thanks for your thoughts. I wish I had continued my math education after calculus and knew a lot more than I currently do. The reason I'm asking is b/c I am wondering how models are developed. Don't these models usually use regression which relies on normal distributions? If I'm way off, please say so and if you can, point me in the right direction.
|
Most regression techniques are not necessarily based on Gaussian dist. (least squares, typically) but many folks look at residuals to see if they are Normally distributed to see if the fit is good. If the residuals are not bell-shaped, your model "may not" be decently fitted. From that stand point some folks think standard regression techniques are based on Normal dist.
If you are using Stepwise Regression to pull in/out factors, an F dist. is typically used to test for inclusion/exclusion.
There are all sorts of URLs on the net talking about this stuff, you need to do a search.