Skip to content

v1.2.0

Choose a tag to compare

@andy-iskauskas andy-iskauskas released this 15 Nov 10:30

hmer 1.2.0

Bug fixes

  • Fix to implausibility for variance emulators to take account of ensemble size

  • Functions full_wave, variance_emulator_from_data, bimodal_emulator_from_data all accept an na.rm argument to handle missing data

  • Fixed edge cases where generate_new_runs could get stuck at a particular implausibility cutoff, and increased stability of termination for points generation from variance/bimodal emulators

  • Other small fixes, including modification to ggplot functions to handle deprecation of size aesthetic

Enhancements

  • Optimisation of emulator calculations, particularly within correlation matrices

  • Optimised point generation to leverage Latin Hypercube Designs, where useful

  • Modification to standard_errors to highlight points of interest

  • Modifications made to faciliate support for custom emulators and implausibility measures (to come in a later update).