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 48490b1 commit a4a0abfCopy full SHA for a4a0abf
README.md
@@ -33,6 +33,7 @@ this package is the class pool of a `CategoricalArray`:
33
using CategoricalDistributions
34
using CategoricalArrays
35
import Distributions
36
+import UnicodePlots # for optional pretty display
37
data = ["no", "yes", "no", "maybe", "maybe", "no",
38
"maybe", "no", "maybe"] |> categorical
39
julia> d = Distributions.fit(UnivariateFinite, data)
0 commit comments