hmer icon indicating copy to clipboard operation
hmer copied to clipboard

An R package for Bayes Linear emulation and history matching.

Results 5 hmer issues
Sort by recently updated
recently updated
newest added

Hi - thanks for this package it's very interesting. I noticed the SIRSample dataset describes the underlying equations of an SIR model. eg, https://github.com/andy-iskauskas/hmer/blob/7a7f459ad63e2ca9baf6cabf2bc87d05f8c6d452/man/SIRSample.Rd#L31 In this model, the force of...

Some of the plots are providing very busy legends based on intervals. For example, `emulator_plot(SIREmulators$ems$nS, ppd = 10)` ![image](https://user-images.githubusercontent.com/37089435/168560410-e8a51fd7-5dbf-4dec-934a-6ab097763f53.png) This could look cleaner if a continuous scale was used. Also,...

enhancement
help wanted

It would be useful to have a means by which the 'default' behaviour of emulators were to be changed - e.g. training emulators using `emulator_from_data` and then modifying the implausibility...

enhancement

Definitely one for the "not now" basket, but at some point in 2023 I'd love to see what ChatGPT could do with auto-translating `hmer` into Python :D

I think it might be useful to add an `ask` argument to `validation_diagnostics`, since if you have large numbers of outputs it overwrites earlier plots, so pausing would be helpful.