Skip to content

Commit

Permalink
Update docs/examples/droplet_fusion/droplet_fusion.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Joep Vanlier <JoepVanlier@users.noreply.github.com>
  • Loading branch information
aafkevandenberg and JoepVanlier authored Aug 30, 2024
1 parent d668deb commit 243c156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/droplet_fusion/droplet_fusion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The array :math:`popt` contains all the fitted parameters::
[ 0.04754597 5.39347958 -4.5188036 -6.2716303 ]

The first parameter in :math:`popt` is :math:`𝜏` and the other 3 parameters are :math:`a`, :math:`b` and :math:`c` respectively, as defined in the model above.
The matrix :math:`pcov` is the covariance matrix and the standard deviation errors in the fitted parameters can be obtained as
The matrix :math:`pcov` is the covariance matrix and the standard deviation errors in the fitted parameters can be obtained as::

>>>> np.sqrt(np.diag(pcov))

Expand Down

0 comments on commit 243c156

Please sign in to comment.