Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmaddison committed Jun 6, 2024
1 parent 63cd19b commit ad11934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples/8_hessian_uq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"source": [
"We now use SLEPc, seeking the 20 eigenpairs whose eigenvalues have largest magnitude.\n",
"\n",
"Note: There is a notational clash here! Conventially the prior inverse covariance is denoted $B^{-1}$, but here we use this on the right-hand-side of a generalized eigenproblem, where the associated matrix is *also* conventially notated $B$. Here the `B_action` argument to the `Eigensolver` constructor is set equal to `B_inv_action` in the call, and the `B_inv_action` argument is set equal to `B_action`!"
"Note: There is a notational clash here! Conventially the prior inverse covariance is denoted $B^{-1}$, but here we use this on the right-hand-side of a generalized eigenproblem, where the associated matrix is *also* conventially notated $B$. Here the `B_action` argument to the `HessianEigensolver` constructor is set equal to `B_inv_action` in the call, and the `B_inv_action` argument is set equal to `B_action`!"
]
},
{
Expand Down Expand Up @@ -509,7 +509,7 @@
"id": "bfc702c5-b84f-46db-9e7a-3a23856c0e47",
"metadata": {},
"source": [
"i.e. we estimate that the observation has reduced the uncertainty in our estimate for the mean of $q_u( m )$ by about 25%.\n",
"i.e. we estimate that the observation has reduced the uncertainty in our estimate for $q_u( m )$ by about 25%.\n",
"\n",
"## Computing uncertainty estimates: Full Hessian inverse\n",
"\n",
Expand Down

0 comments on commit ad11934

Please sign in to comment.