Skip to content

Commit 0a12ede

Browse files
committed
testing
1 parent 7bad561 commit 0a12ede

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

docsrc/examples/blr.stan

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ data {
44
matrix [N, D] X;
55
vector [N] y;
66
}
7-
87
parameters {
98
vector [D] beta;
109
real <lower=0> sigma;
1110
}
12-
1311
model {
1412
// prior
1513
target += normal_lpdf(beta | 0, 10);

docsrc/examples/make_odds.hpp

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)