CUQI-DTU / CUQIpy

https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
41 stars 7 forks source link

Consider renaming `mean` and `median` of `Samples` #442

Open chaozg opened 2 months ago

chaozg commented 2 months ago

As @jeverink (thanks!) pointed out, the method names in Samples are not consistent/intuitive. For example, we have compute_ci(), compute_ess() and plot_mean(), but we also have mean() and median(), which are not consistent with the previous naming convention and sound more like attributes.