Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 R 中的产妇数据集制作隐马尔可夫模型。假设我想观察第 1 次、第 2 次和第 3 次怀孕的模式。在每次怀孕中,我都有两个变量,即儿子和女儿。但是我的模型将儿子和女儿作为状态,而我希望 Preg 1,2 和 3 作为三个不同的状态。数据看起来像这样;
P1 P2 P3 S D S D D S S S D S S S
如何以这种方式定制我的模型?