-
Notifications
You must be signed in to change notification settings - Fork 12
Multiple sequence with different length #16
Comments
Hi, Parameter estimation with multiple sequences (of potentially different lengths), is not currently supported in I'm not sure if variable length sequences are supported by I'll keep this issue open as a reminder to try to implement this :-) |
Thank you for your reply :) At least I can implement the algorithm with a specific distribution, but I don’t know how to make it work with an arbitrary distributions... |
In HMMBase I make use of the |
Hi again, BTW, I'm not sure what you mean by responsibilities of each observations. |
By "responsibilities" I mean |
Thank you. Lines 56 to 67 in f992852
Do I need to calculate another c in β ?
|
You're right, it's possible to use the same scaling vector |
Sorry for asking many questions! Lines 39 to 43 in 2ebf644
Lines 103 to 123 in 2ebf644
|
No worries! This is the log-sum-exp trick : https://en.wikipedia.org/wiki/LogSumExp |
I restarted to write a code for multiple observations.
|
Nice! I recently cleaned-up the code by removing the Feel free to open a PR, and I'll help you if there are merge conflicts. |
Hi.
I haven't finished writing codes for multivariate model in situation 2. Is it ok to open a pr? |
I think the correct URL is https://nbviewer.jupyter.org/github/SosUts/HMMBase.jl/blob/multiple_sequences/notebooks/multiple%20sequences.ipynb :) This looks very nice! You can open a PR now, and I'll review the code. |
I opened it. Thank you as always! Edit: |
No worries, you can keep the PR open! I'm a bit busy this week, so I'll try to have a look at the PR this week-end, or the next one. |
Thanks to your original code! |
Hello! I need this feature for some data I have, where also I have multiple time-series of different lengths. What's the current status? I saw the linked PR got closed, but I'm not sure why? Thanks! |
Hi!
I'm planning to use
HMMBase.jl
for biological usage.Specifically, I want to estimate a parameters (e.g. speed) of an object which has multiple states.
My data have multiple coordinate data with different length.
I am new to julia so I'm not sure if
HMMBase.jl
orMS_HMMBase.jl
supports this kind of analysis.If not, are there any future plans?
Thank you in advance!
I'm sorry for a very silly question.
The text was updated successfully, but these errors were encountered: