From 585e9b955f7c1a23233fd8fae532620b130c41e6 Mon Sep 17 00:00:00 2001 From: Alexandre Hamez <199517+ahamez@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:02:05 +0100 Subject: [PATCH] Fix typo --- lib/explorer/series.ex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/explorer/series.ex b/lib/explorer/series.ex index 5dc7577f1..498debda7 100644 --- a/lib/explorer/series.ex +++ b/lib/explorer/series.ex @@ -4888,7 +4888,7 @@ defmodule Explorer.Series do ## Options - * `:alpha` - Optional smoothing factor which specifies the imporance given + * `:alpha` - Optional smoothing factor which specifies the importance given to most recent observations. It is a value such that, 0 < alpha <= 1. Defaults to 0.5. * `:adjust` - If set to true, it corrects the bias introduced by smoothing process. @@ -4932,7 +4932,7 @@ defmodule Explorer.Series do ## Options - * `:alpha` - Optional smoothing factor which specifies the imporance given + * `:alpha` - Optional smoothing factor which specifies the importance given to most recent observations. It is a value such that, 0 < alpha <= 1. Defaults to 0.5. * `:adjust` - If set to true, it corrects the bias introduced by smoothing process. @@ -4987,7 +4987,7 @@ defmodule Explorer.Series do ## Options - * `:alpha` - Optional smoothing factor which specifies the imporance given + * `:alpha` - Optional smoothing factor which specifies the importance given to most recent observations. It is a value such that, 0 < alpha <= 1. Defaults to 0.5. * `:adjust` - If set to true, it corrects the bias introduced by smoothing process.