[incompatibility] The 'PlotAll' name-value pair argument has been renamed to 'PlotDefault'.'
[incompatibility] Output argument s now is a structure containing two fields: difference and ratio. These contain the descriptive statistics for the respective field. For details, check help ba.
[change] The fields in the difference and ratio fields in output argument s have been renamed.
[improvement] Examples of the fields in output argument s have been added to the help.
[new] Fields for polynomial coefficients and MSE have been added to output argument s.
[new] The 'PlotMeanRatio' name-value pair argument has been added. It creates a graph of the ratio x/y versus their mean.
[incompatibility] The new mean-ratio graph option replaces the 'ratio' value of the 'Transform' name-value pair argument, which is no longer supported.
[new] Regression of the difference or ratio on the mean is now possible, instead of calculating a constant mean difference.
[new] The LOA around the regression on the mean depend on the regression of the residuals (after regression on the mean) on the mean.
Some large chunks of code have been concatenated into separate functions in the private folder.
ba1999demo.m
Made all demonstration sections compatible with the new output argument of ba.
Minor text elements have been added.
[new] A demonstration of BA1999 section 3.2 with demo data from the article has been added.
baloa.m
Support for the new graph and the necessary calculations has been implemented.
Some large chunks of code have been concatenated into separate functions in the private folder.
The new output argument s has been implemented.
validatePlotArgs.m
Support for the new mean-ratio graph has been implemented.
new files
ba1999data/fcdata.mat contains data from BA1999 table 3
parseStatArgs.m contains a chunk of code from ba.m.
statC.m contains a chunk of code from baloa.m. It calculates many statistics for the correlation graph.
plotC.m contains a chunk of code from baloa.m. It creates the correlation graph.
baLinReg.m implements the new simple linear regression features.
statY.m contains a chunk of code from baloa.m. It calculates many statistics for the mean-difference and mean-ratio graphs.
plotM.m contains a chunk of code from baloa.m. It creates the mean-difference and mean-ratio graphs.
Changelog