1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/math/py-ssm/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

20 lines
573 B
Plaintext

This package has fast and flexible code for simulating, learning, and performing
inference in a variety of state space models. Currently, it supports:
* Hidden Markov Models (HMM)
* Auto-regressive HMMs (ARHMM)
* Input-output HMMs (IOHMM)
* Hidden Semi-Markov Models (HSMM)
* Linear Dynamical Systems (LDS)
* Switching Linear Dynamical Systems (SLDS)
* Recurrent SLDS (rSLDS)
* Hierarchical extensions of the above
* Partial observations and missing data
It supports the following observation models:
* Gaussian
* Student's
* Bernoulli
* Poisson
* Categorical
* Von Mises