-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeseries update #97
Conversation
(set! *print-length* 10) ; unfortunately with-redefs does not always work | ||
(with-redefs [*print-length* 10] ; prevent printing entire infinite seqs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually would like to know what I'm doing wrong here
(double | ||
(maths/min-max 0.0 (/ (- a b) 2) 1.0))) | ||
[bob-arma mask]) | ||
bob-prob (map (fn [a b] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad bob-prob
is still in here lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wtf do you have against bob
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I didn't remove Bob, I just gave him a new home in dev/series
Update and remove functions in the
timeseries
namespace:arma-seq
andtime-seqs
for being unusedarma-seq
where only thet-1
result and epsilon value were used in the computation of thet
-th result, instead of allt-i
results (where(<= 0 i (count phi))
for the result value and(<= 0 i (count theta))
for epsilon)time-seqs
keywords to be more descriptive, e.g.:sample-n
to:sample-ns
,:mod-seq
to:minute-of-day-seq
, etc:day-night-seq
to:minute-day-night-seq
and add:hour-day-night-seq
arma-seq
andtime-seqs
function by simplifying expressions and extracting helper functionstime-seqs
functiontimeseries-test
namespace for timeseries testsdev/series
namespace, move comments there, and add timestamp histogram