Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Adding support for time-varying HMMs #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/HMMBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export
# hmm.jl
AbstractHMM,
HMM,
TimeVaryingHMM,
fit_mle!,
copy,
rand,
size,
Expand Down Expand Up @@ -56,6 +58,8 @@ include("likelihoods.jl")
include("utilities.jl")
include("experimental.jl")

include("timevaryinghmm.jl")

# To be removed in a future version
# ---------------------------------
#!format: off
Expand Down
Loading