Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to predict when next event occurs based on previous events?
    primarykey
    data
    text
    <p>Basically, I have a reasonably large list (a year's worth of data) of times that a single discrete event occurred (for my current project, a list of times that someone printed something). Based on this list, I would like to construct a statistical model of some sort that will predict the most likely time for the next event (the next print job) given all of the previous event times.</p> <p>I've already read <a href="https://stackoverflow.com/questions/758036/predict-next-event-occurrence-based-on-past-occurrences">this</a>, but the responses don't exactly help out with what I have in mind for my project. I did some additional research and found that a <a href="http://en.wikipedia.org/wiki/Hidden_Markov_model" rel="nofollow noreferrer">Hidden Markov Model</a> would likely allow me to do so accurately, but I can't find a link on how to generate a Hidden Markov Model using just a list of times. I also found that using a <a href="http://en.wikipedia.org/wiki/Kalman_filter" rel="nofollow noreferrer">Kalman filter</a> on the list may be useful but basically, I'd like to get some more information about it from someone who's actually used them and knows their limitations and requirements before just trying something and hoping it works.</p> <p>Thanks a bunch!</p> <p><strong>EDIT</strong>: So by Amit's suggestion in the comments, I also posted this to the <a href="https://stats.stackexchange.com/questions/16302/how-to-predict-when-the-next-event-occurs-based-on-times-of-previous-events">Statistics StackExchange, CrossValidated</a>. If you do know what I should do, please post either here or there</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload