From 400c3683e777b80e8e631a6a3eb0be2f614a568d Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Thu, 15 Feb 2024 00:17:41 +0100 Subject: [PATCH] Minor changes --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index afae41d..88e3602 100644 --- a/README.md +++ b/README.md @@ -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 │ 76 │ 6.088 │ 25.84 │ 13.56 │ 0 │ -╰───────────┴────────────┴─────────────┴───────────┴───────────┴───────────┴─────────╯ +╭───────────┬───────┬─────────────┬───────────┬───────────┬───────────┬─────────╮ +│ Component │ Type │ Eval. count │ Min │ Max │ Mean │ NaN/Inf │ +├───────────┼───────┼─────────────┼───────────┼───────────┼───────────┼─────────┤ +│ main │ FComp │ 76 │ 6.088 │ 25.84 │ 13.56 │ 0 │ +╰───────────┴───────┴─────────────┴───────────┴───────────┴───────────┴─────────╯ Parameters: -╭───────────┬────────┬───────┬───────────┬───────────┬────────┬───────╮ -│ Component │ Param. │ Range │ Value │ Uncert. │ Actual │ Patch │ -├───────────┼────────┼───────┼───────────┼───────────┼────────┼───────┤ -│ main │ a2 │ │ 1.201 │ 0.3051 │ │ │ -│ │ a1 │ │ -0.106 │ 1.317 │ │ │ -│ │ a0 │ │ 6.087 │ 1.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.201 │ 0.3051 │ │ │ +│ │ │ a1 │ │ -0.106 │ 1.317 │ │ │ +│ │ │ a0 │ │ 6.087 │ 1.142 │ │ │ +╰───────────┴───────┴────────┴───────┴───────────┴───────────┴────────┴───────╯ +, Fit results: #data: 5, #free pars: 3, red. fit stat.: 1.0129, Status: OK +) ```