Skip to content

Releases: nunofachada/simoututils

v1.3.0

18 Nov 20:12
Compare
Choose a tag to compare

New features

  • New output_compare_plot function for comparing the output plots from two or more model implementations.

Bug fixes

  • Fix bug in stats_compare_plot when number of outputs is different from the number of statistical summaries.
  • Improve/fix plain text table output in stats_table_per_setup, i.e., tables don't break with NaN's and large output names.

Other

  • Update reference to published article.
  • Improved documentation.
  • Clarify that model comparison requires samples with the same size.

v1.2.0

26 Apr 23:18
Compare
Choose a tag to compare

New features and improvements

  • Define stats_get_* function with global variable instead of asking user to edit the source code of stats_get.m.
  • Add sample data for testing and exemplification purposes.
  • Ignore sub-folders when providing wilcards to output_plot and stats_gather.

Bug fixes

  • Fix bug in stats_table_per_setup when only one statistical summary is specified.
  • Fix bug in stats_compare, number of statistical summaries was set to six instead of depending on stats_gather objects.
  • Fix bug in startup.m, add complete SimOutUtils paths instead of partial paths.
  • Fix bug in pval_adjust, wrong results with Holm method.

Other

  • Add unit tests for most functions.
  • Improved documentation.

v1.1.1

03 Mar 15:02
Compare
Choose a tag to compare
  • The stats_gather function accepts cell array of file names with wildcards instead of just accepting a file name string with wildcards.
  • Update reference to 3rd dataset.

v1.1.0

29 Jan 16:27
Compare
Choose a tag to compare
  • Compare module: add p-value correction methods to account for multiple comparisons.

v1.0.0

04 Jan 15:59
Compare
Choose a tag to compare
  • Stable and fully documented version, all examples working in both MATLAB and Octave.