Releases: acerbilab/bads
Releases · acerbilab/bads
v1.1.2
v1.1.2
- Return
ysd_vec
(estimated standard deviations of final samples) inoutput
for user-specified noise. - Compute mean and std of the final estimate using
fsd
of each sample for user-specified noise. - Revert
Ninit
default tonvars
. - If
x0
is not provided, sample uniformly randomly from the plausible box (instead of selecting the middle of the plausible box).
v1.1.1
v1.1.1
- Full implementation of user-provided noise and support for heteroskedastic noise.
- Several updates to
vbmc_examples.m
, and added user-specified noise example (replacing former Example 4). - Several changes to
README.md
. - Fixed bug of initial GP mean function value (used to be 0).
- Mild refactoring; deleted some unused code.
- Updated
OPTIONS.Ninit
default to10 + nvars
.