Skip to content

Commit c785a8a

Browse files
committed
update readme
1 parent 1c3f73d commit c785a8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ julia> pdf(v, L)
122122
## Measures over finite labeled sets
123123

124124
There is, in fact, no enforcement that probabilities in a
125-
`UnivariateFinite` distribution sum to one, only that they be
126-
non-negative. Thus `UnivariateFinite` objects can be more properly
127-
understood as an implementation of arbitrary non-negative measures
128-
over finite labeled sets.
125+
`UnivariateFinite` distribution sum to one, only that they be belong
126+
to a type `T` for which `zero(T)` is defined. In particular
127+
`UnivariateFinite` objects implement arbitrary non-negative, signed,
128+
or complex measures over a finite labeled set.
129129

130130

131131
## What does this package provide?

0 commit comments

Comments
 (0)