We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbdaa0 commit f08a384Copy full SHA for f08a384
README.md
@@ -73,12 +73,12 @@ levels(d2)
73
julia> pdf(d2, "maybe")
74
0.0
75
76
-julia> pdf(d2, "okay")
+julia> pdf(d2, "okay")https://github.com/JuliaAI/CategoricalDistributions.jl#measures-over-finite-labeled-sets
77
ERROR: DomainError with Value okay not in pool. :
78
```
79
80
Arrays of `UnivariateFinite` distributions are defined using the same
81
-constructor. Broadcasting methods, such as `pdf`, is optimized for
+constructor. Broadcasting methods, such as `pdf`, are optimized for
82
such arrays:
83
84
0 commit comments