Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There doesn't seem to be any documentation about UnivariateGMM #1341

Open
ForceBru opened this issue Jun 8, 2021 · 0 comments
Open

There doesn't seem to be any documentation about UnivariateGMM #1341

ForceBru opened this issue Jun 8, 2021 · 0 comments

Comments

@ForceBru
Copy link

ForceBru commented Jun 8, 2021

The search on the site (https://juliastats.org/Distributions.jl/stable/search/?q=UnivariateGMM) says: Number of results: 0. ?UnivariateGMM says No documentation found.

It's briefly mentioned in some issues (#1307 (comment), TuringLang/Turing.jl#722 (comment)), but one needs to read the source to see how to instantiate it:

function UnivariateGMM(ms::VT1, ss::VT2, pri::C) where {VT1<:AbstractVector{<:Real},VT2<:AbstractVector{<:Real},C<:Categorical}

I think some explanation (or at least a mention) could be added to the documentation about mixture models: https://juliastats.org/Distributions.jl/stable/mixture/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant