Skip to content

Commit

Permalink
Fixed typo in index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmiyamoto authored Feb 4, 2025
1 parent 6643024 commit f0585ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The maximum number of global pivots inserted at once is controlled by the parame
A rare failure case is that the global search find the index sets with high interpolation errors, but the 2-site algorithm fails to add these pivots into the TCI2 object.
This will end up adding the same index sets in the next global search, leading to an endless loop.

## Estiamte true interpolation error by random global search
## Estimate true interpolation error by random global search
Since most of the TCI update algorithms are local, the true interpolation error is not known. However, the error can be estimated by global searches. This is implemented in the function [`estimatetrueerror`](@ref):

```julia
Expand Down

0 comments on commit f0585ff

Please sign in to comment.