From e9aca43966f6352142f88961a753827a806d3234 Mon Sep 17 00:00:00 2001 From: Olivier Labayle Date: Wed, 21 Aug 2024 10:44:01 +0100 Subject: [PATCH] add a line about significance_test --- docs/src/walk_through.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/walk_through.md b/docs/src/walk_through.md index bf23404..224b7e2 100644 --- a/docs/src/walk_through.md +++ b/docs/src/walk_through.md @@ -160,3 +160,5 @@ Both TMLE and OSE asymptotically follow a Normal distribution. It means we can p ```@example walk-through OneSampleTTest(result) ``` + +If the estimate is high-dimensional, a `OneSampleHotellingT2Test` should be performed instead. Alternatively, the `significance_test` function will automatically select the appropriate test for the estimate and return its result.