Skip to content

Commit

Permalink
Remove reference marker from mcmc in SBR docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbue committed Feb 6, 2024
1 parent 17f4d65 commit 85a5db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysindy/optimizers/sbr.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SBR(BaseOptimizer):
The SINDy coefficients are set as the posterior means of the MCMC NUTS samples.
Additional statistics can be computed from the MCMC samples stored in
the mcmc_ attribute using e.g. ArviZ.
the mcmc attribute using e.g. ArviZ.
This implementation differs from the method described in Hirsh et al. (2021)
by imposing the error model directly on the derivatives, rather than on the
Expand Down

0 comments on commit 85a5db1

Please sign in to comment.