You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: JuliaBUGS/docs/src/differences.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ There exist many implementations of BUGS, notably [`WinBUGS`](https://www.mrc-bs
5
5
This section aims to outline some differences between JuliaBUGS and other BUGS implementations.
6
6
This comparison is not exhaustive, and we welcome any further discussion and reports on the matter.
7
7
8
-
## Use of generaic function in distribution functions
8
+
## Use of generic function in distribution functions
9
9
10
10
In `WinBUGS`, `OpenBUGS`, and `MultiBUGS`, the arguments to distribution functions are typically restricted to variables or constants, not general expressions. JuliaBUGS, however, allows for more flexibility in these arguments.
0 commit comments