-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It could be helpful to include a flowchart like the one below to supplement the Template Fit as a guide for analysis. Wasn't able to get Mermaid to render math, but the "Chi-squared OK?" step could include
flowchart TD;
id1([Data to analyze<br>🤔])-->
id2(Choose model, initial parameters, errors, range)-->
id3(Optimize fit)-->
id4{Fit converges?}-- Yes -->
id5{Fit OK by eye?}-- Yes -->
id6{Chi-squared OK?}-- Yes -->
id7{Residuals without patterns?}-- Yes -->
id8([Success!<br>🥳])
id4-- No -->
id9{Fit good enough for intended purpose?}-- Yes -->
id10([Good enough: move on!<br>😐])
id9-- No -->
id11([Revise model, initial guess, range])-->id3
id5-- No -->id9
id6-- No -->id9
id7-- No -->id9
Metadata
Metadata
Assignees
Labels
No labels