Skip to content

Commit 09e6f1f

Browse files
docs(src/GaussHermite): recent path links (#804)
1 parent 11337bd commit 09e6f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/GaussHermite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For example, $\mathbb{E}[\mathcal{X}^2]$ where $\mathcal{X}\sim\mathcal{N}(2, 3^
8989
sum(@. ghn3.w * abs2(μ + σ * ghn3.z)) # should be μ² + σ² = 13
9090
```
9191

92-
(In general a dot, '`.`', after the function name in a function call, as in `abs2.(...)`, or before an operator creates a [*fused vectorized*](https://docs.julialang.org/en/stable/manual/performance-tips/#More-dots:-Fuse-vectorized-operations-1) evaluation in Julia.
92+
(In general a dot, '`.`', after the function name in a function call, as in `abs2.(...)`, or before an operator creates a [*fused vectorized*](https://docs.julialang.org/en/v1/manual/performance-tips/#More-dots:-Fuse-vectorized-operations-1) evaluation in Julia.
9393
The macro `@.` has the effect of vectorizing all operations in the subsequent expression.)
9494

9595
## Application to a model for contraception use
@@ -252,4 +252,4 @@ plot(x=xvals, y=view(results, 3, :), Geom.line,
252252
Guide.xlabel("Scaled and shifted u₃"), Guide.ylabel("Kernel ratio"))
253253
```
254254

255-
[^1]: https://en.wikipedia.org/wiki/Gaussian_quadrature
255+
[^1]: https://en.wikipedia.org/wiki/Gaussian_quadrature

0 commit comments

Comments
 (0)