You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix docs (#185)
Fixes missing entry for `bootstrap.covariance` in the docs and adds the
tag and probe example to the docs.
The changelog now points to Github for the more recent updates.
Switch to RTD theme and fix the unwieldly function signatures.
add covariance (#184)
Adds `bootstrap.covariance` in addition to `bootstrap.variance`. The
former computes the full covariance matrix if the function returns a
vector, while the latter computes the variance element-wise.
The docstring of `bootstrap.variance` was clarified with respect to this
point.