From f0585ffea94bce33b7d85667c297531f60499740 Mon Sep 17 00:00:00 2001 From: Clark Miyamoto <96753914+clarkmiyamoto@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:46:23 -0500 Subject: [PATCH] Fixed typo in index.md --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index c9439c4..7beec0f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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