필터 지우기
필터 지우기

Fitting a non-linear model to my data

조회 수: 1 (최근 30일)
Jan Hegi
Jan Hegi 2019년 12월 1일
답변: Jeff Miller 2019년 12월 1일
Hello,
I need to fit a function to my data. I tried it with multiple regression, but it didn't work.
Since the result needs to be 0, if one of the variables is 0, my idea is to do a multiplication of them and find the ideal exponents.
So it would look like this: y = x1^a * x2^b * x3^c * x4^d
Is there any way to find the ideal a, b, c and d if i have the xi and y?
Thanks in advance

채택된 답변

Jeff Miller
Jeff Miller 2019년 12월 1일
Take logs and use multiple regression. That is, fit the model
log(y) = a log(x1) + b log(x2) etc
This will give you the best a, b, c, and d values for a least-squares fit in this log representation

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by