himamo v0.1.0 Himamo.ObsSeq

Defines an observation sequence.

Examples

iex> Himamo.ObsSeq.new([0, 0, 1, 0, 1])
%Himamo.ObsSeq{len: 5, prob: nil, seq: [0, 0, 1, 0, 1]}

Summary

Types

Functions

compute_prob(obs, b)

Specs

compute_prob(obs_seq(nil) | t, Himamo.Model.B.t) :: t
new(sequence)

Specs