From bcefffe574fbd498ec5af639803b15b8ccd2f0e0 Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Wed, 26 Jul 2023 14:45:56 -0400 Subject: [PATCH] Update outlier_correction.ipynb --- docs/nb/outlier_correction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nb/outlier_correction.ipynb b/docs/nb/outlier_correction.ipynb index da9204ebf..41778cf28 100644 --- a/docs/nb/outlier_correction.ipynb +++ b/docs/nb/outlier_correction.ipynb @@ -13,7 +13,7 @@ "id": "e99d247f", "metadata": {}, "source": [ - "We import pose-estimation data, and perform outlier correction on that pose-estimation data using hedonic rules. The application of those rules are described here:\n", + "We import pose-estimation data, and perform outlier correction on that pose-estimation data using heuristic rules. The application of those rules are described here:\n", "https://github.com/sgoldenlab/simba/blob/master/misc/Outlier_settings.pdf" ] },