-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Exponential Curve Fitting #5841
Copy link
Copy link
Closed
Labels
P3Doc bugs, questions, minor issues, etc.Doc bugs, questions, minor issues, etc.questionFurther information is requestedFurther information is requestedregressionBugs related regression tasksBugs related regression tasks
Metadata
Metadata
Assignees
Labels
P3Doc bugs, questions, minor issues, etc.Doc bugs, questions, minor issues, etc.questionFurther information is requestedFurther information is requestedregressionBugs related regression tasksBugs related regression tasks
Type
Fields
Give feedbackNo fields configured for issues without a type.
Have a set of XY data and would like to fit them on an exponential curve as below
a + b * Math.Exp(-x / c)
Which regression trainer class can be used to get the value of a,b,c ?