Minor fix in docstring

This commit is contained in:
Nicolas Mounet 2021-06-01 21:48:04 +02:00
parent 190a18ba0c
commit 8675362950

View file

@ -79,7 +79,7 @@ class CustomKernel(SampleableDistribution):
def __init__(self, variable: float_array_size_n,
frequencies: float_array_size_n,
kernel_bandwidth: float):
# these are resp. the random variable, the distribution
# these are resp. the random variable, the distribution
# frequencies at these values, and the bandwidth of the Gaussian
# kernel
self.variable = variable