You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
JoseAlanis
changed the title
sampling from FractionalGaussianNoise and ColoredNoise
Sampling from FractionalGaussianNoise and ColoredNoise leads to arrays of different size
Nov 29, 2022
Hi,
sampling from
FractionalGaussianNoise
andColoredNoise
as follows:Results in arrays of unequal length:
Is this the intended behaviour?
I believe both classes internally check that
n
is a positive integer. However,ColoredNoise
then doesn = n + 1
stochastic/stochastic/processes/noise/colored_noise.py
Line 68 in 90ffba8
The text was updated successfully, but these errors were encountered: