Skip to content

Commit 285133d

Browse files
committed
fixed L_cov_exp_quad_ARD function signature, fixes #675
1 parent fb4354b commit 285133d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stan-users-guide/gaussian-processes.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ covariance matrix called `L_cov_exp_quad_ARD`.
555555

556556
```stan
557557
functions {
558-
matrix L_cov_exp_quad_ARD(vector[] x,
558+
matrix L_cov_exp_quad_ARD(array[] vector x,
559559
real alpha,
560560
vector rho,
561561
real delta) {

0 commit comments

Comments
 (0)