From ee2baea542349e05dd2720139d4567cbdbd0ad6d Mon Sep 17 00:00:00 2001 From: RichardScottOZ Date: Wed, 23 Oct 2024 13:21:08 +1030 Subject: [PATCH] variables --- src/fastkde/fastKDE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastkde/fastKDE.py b/src/fastkde/fastKDE.py index b44d802..a0f3f5b 100644 --- a/src/fastkde/fastKDE.py +++ b/src/fastkde/fastKDE.py @@ -69,7 +69,7 @@ def __init__( or 2-dimensional. If 2-dimensional, this flags calculation of an N-dimensional PDF. The first index should refer to each variable and the second index the - observations of the varibles. + observations of the variables. axes : the axis-values of the estimated PDF. They must be evenly spaced and they should have a length that is a power of two