Skip to content

Commit ce2cbdf

Browse files
committed
readme
1 parent 2349016 commit ce2cbdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ julia> pdf(d2, "maybe")
7777
julia> pdf(d2, "okay")
7878
ERROR: DomainError with Value okay not in pool. :
7979
```
80-
80+
8181
Arrays of `UnivariateFinite` distributions are defined using the same
82-
constructor, which allows for efficient broadcasting of `pdf`, for
83-
example:
82+
constructor. Broadcasting methods, such as `pdf`, is optimized for
83+
such arrays:
8484

8585
```
8686
julia> v = UnivariateFinite(["no", "yes"], [0.1, 0.2, 0.3, 0.4], augment=true, pool=data)

0 commit comments

Comments
 (0)