Nonlinear Regression with Python GEKKO

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Sir, how to perform regression for the following equation: time= ( pressure)^a + (concentration of fuel)^b + (concentration of oxidizer)^c + exp(d/Temperature). Here, time is dependent variable on pressure, concentration of fuel, concentration of oxidizer and temperature. How to set non-linear model like the above equation?

shashibhushan
Автор

Hello, why do you use the x values as parameters ?

OGfromGst
Автор

Thank you for the video. How do you choose the equation y?

habiyaremyejoseph
Автор

Would you have any advice on an equation for a decay function?

frankvalenti
Автор

Hello. No caso não funcionou e apresentou a seguinte menssagem:

Exception has occurred: TypeError
Param() missing 1 required positional argument: 'self'
File Python/grafico.py", line 10, in <module>
x = m.Param(value=xm)

airtonmodestodacunha