SlideShare a Scribd company logo
Planar/Bilinear Least Squares Regression
Planar regression calculates the best fit plane through a group of 3 or more data points. The plane is calculated by
minimizing the residuals (or errors) between the plane and the original points using least squares minimization.
The least squares minimization equation is:
∑( ( ) )
Where are the observed values and ( ) is the y-value of the surface at . The equation of the plane is:
Plugging this value in to the regression equation gives
∑( )
To find the minimum residual error, the derivative of the residuals equation must be zero, which means all of the
partial derivatives with respect to each coefficient must be equal to zero.
∑( )
∑( )
∑( )
These equations can be expressed in matrix form:
[
∑ ∑ ∑
∑ ∑ ∑
∑ ∑ ∑ ]
[ ]
[
∑
∑
∑ ]
Solving for and :
[ ]
[
∑ ∑ ∑
∑ ∑ ∑
∑ ∑ ∑ ] [
∑
∑
∑ ]
Property of ahinson.com – Last Updated December 9, 2011

More Related Content

PDF
Storytelling For The Web: Integrate Storytelling in your Design Process
PDF
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
PDF
How to Leverage AI to Boost Employee Wellness - Lydia Di Francesco - SocialHR...
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
PPT
Multicyclone
PPTX
WATER LOGGING.pptx
PDF
Fluid (8 MAY 2020).pdf
PDF
2024 State of Marketing Report – by Hubspot
Storytelling For The Web: Integrate Storytelling in your Design Process
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
How to Leverage AI to Boost Employee Wellness - Lydia Di Francesco - SocialHR...
2024 Trend Updates: What Really Works In SEO & Content Marketing
Multicyclone
WATER LOGGING.pptx
Fluid (8 MAY 2020).pdf
2024 State of Marketing Report – by Hubspot

Recently uploaded (20)

PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
Current and future trends in Computer Vision.pptx
PPT
Total quality management ppt for engineering students
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
PPTX
UNIT 4 Total Quality Management .pptx
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PPTX
introduction to high performance computing
PDF
PPT on Performance Review to get promotions
PDF
Visual Aids for Exploratory Data Analysis.pdf
PPTX
Information Storage and Retrieval Techniques Unit III
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Fundamentals of safety and accident prevention -final (1).pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Current and future trends in Computer Vision.pptx
Total quality management ppt for engineering students
III.4.1.2_The_Space_Environment.p pdffdf
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
UNIT 4 Total Quality Management .pptx
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Fundamentals of Mechanical Engineering.pptx
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Exploratory_Data_Analysis_Fundamentals.pdf
introduction to high performance computing
PPT on Performance Review to get promotions
Visual Aids for Exploratory Data Analysis.pdf
Information Storage and Retrieval Techniques Unit III
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Ad
Ad

Regression planar

  • 1. Planar/Bilinear Least Squares Regression Planar regression calculates the best fit plane through a group of 3 or more data points. The plane is calculated by minimizing the residuals (or errors) between the plane and the original points using least squares minimization. The least squares minimization equation is: ∑( ( ) ) Where are the observed values and ( ) is the y-value of the surface at . The equation of the plane is: Plugging this value in to the regression equation gives ∑( ) To find the minimum residual error, the derivative of the residuals equation must be zero, which means all of the partial derivatives with respect to each coefficient must be equal to zero. ∑( ) ∑( ) ∑( ) These equations can be expressed in matrix form: [ ∑ ∑ ∑ ∑ ∑ ∑ ∑ ∑ ∑ ] [ ] [ ∑ ∑ ∑ ] Solving for and :
  • 2. [ ] [ ∑ ∑ ∑ ∑ ∑ ∑ ∑ ∑ ∑ ] [ ∑ ∑ ∑ ] Property of ahinson.com – Last Updated December 9, 2011