Skip to content

Commit

Permalink
fix typo in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabmoore committed Dec 21, 2024
1 parent 793582c commit ee74d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ x^c_t = \sin{\left(\frac{2\pi}{20}t + \psi\right)} + \frac{mt}{T} + \sigma_c n_t

where ``m`` is the slope of a linear trend, ``\psi \in [0, 2\pi)`` is a uniformly random phase offset, ``\sigma_c`` is the noise scale, and ``n_t \sim \mathcal{N}(0,1)`` are normally distributed random variables.

The two classes will be distinguished by their noise levels. The class one time series ``x^1`` have ``\sigma_1 = 0.1``, and the class two time series ``x^2`` have ``\sigma_2 = 0.5``. The below code sets this up
The two classes will be distinguished by their noise levels. The class one time series ``x^1`` have ``\sigma_1 = 0.1``, and the class two time series ``x^2`` have ``\sigma_2 = 0.9``. The below code sets this up

```Julia
# fix rng seed
Expand Down

0 comments on commit ee74d5c

Please sign in to comment.