Currently autoupdates do not support updating when statistics are indexed by `end` as in the example ``` update = @autoupdates begin mx = mean(q(x))[1:end-1] Vx = cov(q(x))[1:end-1, 1:end-1] end ``` It would be nice to allow this for convenience.