I am looking for an algorithm [Pascal / Delphi] that can solve the logic equation of 4 or 5 parameters. I searched the Internet for a long time and did not manage to find an algorithm that works.
For example, 4 parameters logstics;
Y = (AD) / (1+ (x / C) ^ B) + D
Given a set of coordinates (x, y), I will need to determine A, B, C, D. (A = max, B = slope, C = inflection point, D = min)
Any help in the right direction ?: (
source share