#how would I go about creating a function like this?
13 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
I'd say use exponential regression
basically y = a * b^x + c
or else you could use polynomial regression too
6 data points means a unique 5 degree polynomial
you could use lagrange interpolation in that case
(find values of a, b, c using your data points)
or interpolate
dam that's steep
where'd this come from? some data set?
did they ask you to just "guess the graph"