Commit 6a500a56 authored by Antonino D'Anna's avatar Antonino D'Anna

Updated changelog

parent 02d294c3
...@@ -11,3 +11,5 @@ This file should not be merged into master, but only kept as a reference within ...@@ -11,3 +11,5 @@ This file should not be merged into master, but only kept as a reference within
- Dic 8 2024: added functions plat_av to the existing one. This change should not be code-breaking, since it only add different version of the exising one. Now it is possible to pass a Vector or a Matrix W containing the weight to use in the plateau average. If W is a Matrix, a correlated fit is perform. If W is not given, then the old function is called. - Dic 8 2024: added functions plat_av to the existing one. This change should not be code-breaking, since it only add different version of the exising one. Now it is possible to pass a Vector or a Matrix W containing the weight to use in the plateau average. If W is a Matrix, a correlated fit is perform. If W is not given, then the old function is called.
- Dic 10 2024: mpcac function now follow the convention more clearly. documentation updated juobs_tools. - Dic 10 2024: mpcac function now follow the convention more clearly. documentation updated juobs_tools.
pvalue function for uncorrelated data now accept a W vector. default value is Vector{Float64}(), and if W is not provided, it is computed as the inverse of the error squared of the data. pvalue function for uncorrelated data now accept a W vector. default value is Vector{Float64}(), and if W is not provided, it is computed as the inverse of the error squared of the data.
- Feb xx 2025: commented out all the fit routine in juobs and included my own.
- Feb 12 2025: included Gamma Method module in juobs. In juobs.pvalue, the covarinace matrix is now a keyword parameter defaulted to ADerrors.cov()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment