Minor fix in docstring
This commit is contained in:
parent
190a18ba0c
commit
8675362950
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue