I have a large amount of data, given totals for every hour over a year period for the following columns:
# of Jams
Jam event time in minutes
# of Full occurances
Full event time in minutes
and Runtime, product flow (counts)
I am trying to create a bayesian model using iPython and...