Skip to content

Commit

Permalink
updated JONSWAP docs to correct factor of a half
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGrainger committed Aug 1, 2024
1 parent 7ff367f commit 9eeaf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/univariate/JONSWAP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In particular, a `JONSWAP{K}` model for a series recorded every `Δ` seconds wou
# Background
The JONSWAP spectral density function is
```math
f(ω) = αω^{-r}\exp\left \{-\frac{r}{4}\left(\frac{|ω|}{ωₚ}\right)^{-4}\right \}γ^{δ(|ω|)}
f(ω) = \frac{1}{2}αω^{-r}\exp\left \{-\frac{r}{4}\left(\frac{|ω|}{ωₚ}\right)^{-4}\right \}γ^{δ(|ω|)}
```
where
```math
Expand Down

0 comments on commit 9eeaf8b

Please sign in to comment.