رگرسیون غیر خطی
رگرسیون غیر خطی، شکلی از تجزیه و تحلیل رگرسیونی است که در آن دادهها با یک مدل سازگار میشوند و سپس به صورت یک تابع ریاضی بیان میشوند. رگرسیون خطی ساده دو متغیر (X و Y) را با یک خط مستقیم (y = mx + b) مرتبط میکند، در حالی که رگرسیون غیر خطی دو متغیر را در یک رابطه غیر خطی مرتبط میسازد.
هدف مدل این است که مجموع مربعها تا حد امکان کوچک شود. مجموع مربعها معیاری است که نشان میدهد تا چه میزان مشاهدات Y از تابع غیر خطی (منحنی) که برای پیش بینی Y استفاده میشود، تفاوت دارد.
Nonlinear Regression
Nonlinear regression is a form of regression analysis in which data is fit to a model and then expressed as a mathematical function. Simple linear regression relates two variables (X and Y) with a straight line (y = mx + b), while nonlinear regression relates the two variables in a nonlinear (curved) relationship.
The goal of the model is to make the sum of the squares as small as possible. The sum of squares is a measure that tracks how far the Y observations vary from the nonlinear (curved) function that is used to predict Y.