Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gcalderone committed Feb 14, 2024
1 parent 561822f commit 400c368
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,20 @@ best, res = fit(model, data)
The output is as follows:
```julia
(Components:
╭───────────┬────────────┬─────────────┬───────────┬───────────┬───────────┬─────────╮
│ Component │ Type │ Eval. count │ Min │ Max │ Mean │ NaN/Inf
├───────────┼────────────┼─────────────┼───────────┼───────────┼───────────┼─────────┤
│ main │ GModelFit.FComp │ 766.08825.8413.560
╰───────────┴────────────┴─────────────┴───────────┴───────────┴───────────┴─────────╯
╭───────────┬───────┬─────────────┬───────────┬───────────┬───────────┬─────────╮
│ Component │ Type │ Eval. count │ Min │ Max │ Mean │ NaN/Inf
├───────────┼───────┼─────────────┼───────────┼───────────┼───────────┼─────────┤
│ main │ FComp │ 766.08825.8413.560
╰───────────┴───────┴─────────────┴───────────┴───────────┴───────────┴─────────╯

Parameters:
╭───────────┬────────┬───────┬───────────┬───────────┬────────┬───────╮
│ Component │ Param. │ Range │ Value │ Uncert. │ Actual │ Patch │
├───────────┼────────┼───────┼───────────┼───────────┼────────┼───────┤
│ main │ a2 │ │ 1.2010.3051 │ │ │
│ │ a1 │ │ -0.1061.317 │ │ │
│ │ a0 │ │ 6.0871.142 │ │ │
╰───────────┴────────┴───────┴───────────┴───────────┴────────┴───────╯
, Fit results:
#Data : 5 Red. fit stat.: 1.0129 (DOF: 2)
#Free : 3 Elapsed time : 0.004
Status: OK
╭───────────┬───────┬────────┬───────┬───────────┬───────────┬────────┬───────╮
│ Component │ Type │ Param. │ Range │ Value │ Uncert. │ Actual │ Patch │
├───────────┼───────┼────────┼───────┼───────────┼───────────┼────────┼───────┤
│ main │ FComp │ a2 │ │ 1.2010.3051 │ │ │
│ │ │ a1 │ │ -0.1061.317 │ │ │
│ │ │ a0 │ │ 6.0871.142 │ │ │
╰───────────┴───────┴────────┴───────┴───────────┴───────────┴────────┴───────╯
, Fit results: #data: 5, #free pars: 3, red. fit stat.: 1.0129, Status: OK
)
```

0 comments on commit 400c368

Please sign in to comment.