Skip to content

Commit

Permalink
Fix type header for MixtureModel docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro authored Jan 25, 2025
1 parent 49c311c commit a40679c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mixtures/mixturemodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ All subtypes of `AbstractMixtureModel` should implement the following methods:
abstract type AbstractMixtureModel{VF<:VariateForm,VS<:ValueSupport,C<:Distribution} <: Distribution{VF, VS} end

"""
MixtureModel{VF<:VariateForm,VS<:ValueSupport,C<:Distribution,CT<:Real}
MixtureModel{VF<:VariateForm,VS<:ValueSupport,C<:Distribution,CT<:Real}
A mixture of distributions, parametrized on:
* `VF,VS` variate and support
* `C` distribution family of the mixture
Expand Down

0 comments on commit a40679c

Please sign in to comment.