Re: Polyfit with three variable
Markus Mützel <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <trinity-fe750402-1c74-4c4d-bda5-b6d5778a310d-1608481097520@3c-app-gmx-bap58> |
Am 20. Dezember 2020 um 15:57 Uhr schrieb "swagata Mukherjee": > Hi, > My question is whether we have any method by which I can use regression with 3 variables like polyfit(x,y,z,N)? > Regards This answer on the discourse forum might be helpful: https://octave.discourse.group/t/execucao-do-codigo/497/8 In principle, that approach also works for multi-dimensional polynomials of higher degree. HTH, Markus