Jump to content

Talk:Multiple regression: Difference between revisions

fix terms in example use case
imported>Stevegt
(Clarify the difference between multiple and single regression -- most examples on the page were cargo-culted and incorrect.)
imported>Stevegt
(fix terms in example use case)
Line 6:
 
Think of multiple regression as "surface fitting" rather than curve fitting. Some examples:
* You want to use multiple regression to create a three-dimensional surface so you can estimate optionimplied contract pricevolatility given spottime priceto maturity and implieddelta volatilityof an options contract. For pretty pictures of this, see [https://www.google.com/search?q=+volatility+surface&tbm=isch volatility surface] graphs. In this case, X is a two-dimensional matrix of <code>{spot_pricetime[i], implied_volatilitydelta[i]}</code>, and Y is a matching list of <code>option_contract_priceimplied_volatility[i]</code>.
* As a possible modification to the existing height/weight examples: You want to use height and body-mass index (BMI) to create a three-dimensional surface so you can estimate weight: X is a two-dimensional matrix <code>{height[i], bmi[i]}</code>, Y is <code>weight[i]</code>.
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.