@@ -10,4 +10,6 @@ This file should not be merged into master, but only kept as a reference within
- Updated documentation in juobs_type.jl
- 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.
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.
\ No newline at end of file
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()