We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06bbaf commit d6449bbCopy full SHA for d6449bb
causalpy/data/simulate_data.py
@@ -34,7 +34,7 @@ def _smoothed_gaussian_random_walk(
34
lowess_kwargs: dict[str, Any],
35
) -> tuple[np.ndarray, np.ndarray]:
36
"""
37
- Generates Gaussian random walk data and applies LOWESS
+ Generates Gaussian random walk data and applies LOWESS.
38
39
:param gaussian_random_walk_mu:
40
Mean of the random walk
@@ -133,7 +133,7 @@ def generate_time_series_data(
133
:param beta_linear:
134
The linear coefficient
135
:param beta_intercept:
136
- The intercept.
+ The intercept
137
138
139
x = np.arange(0, N, 1)
0 commit comments