Forum Discussion
Anonymous
6 years agoNot applicable
Nonlinear Regression
Please would like to draw a nonlinear curve as in the figure below on a scatter plot with a curve that returns the curve's parameters to me. https://www.researchgate.net/figure/Figura-424-Curva-chav...
Greg_Deckler
6 years agoCommunity Champion
So, you are wanting to come up with a curve fitting algorithm, plot it and return the parameters of the line, is that a correct statement?
Anonymous
6 years agoNot applicable
Yes, I need exactly that. Can you please explain me ?
- Greg_Deckler6 years agoCommunity Champion
This is more of a math problem than a Power BI problem. You can implement the math in DAX code but you first need to understand the maths:
https://statisticsbyjim.com/regression/curve-fitting-linear-nonlinear-regression/