phetsims / curve-fitting

"Curve Fitting" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 3 forks source link

Design Suggestion: Adjustable Fit before Best Fit #163

Closed KatieWoe closed 5 years ago

KatieWoe commented 5 years ago

For https://github.com/phetsims/QA/issues/423 I noticed that, when you activate the curve checkbox, the best fit option is the default. I think it might make more sense to make the adjustable fit default. If a teacher's goal is to have students predict that line, the current option may flash the right answer before they can experiment (although admittedly only the linear option).

amanda-phet commented 5 years ago

That makes sense to me. However the learning goals aren't exactly about estimating the best fit, but instead comparing the values of X^2 and r^2 between different curves, and the change in those each time you add a term to the polynomial curve. Then the user can use adjustable fit to see how the best fit is determined.