DDM use prequential error? #1204
Unanswered
albertfrancajosuacosta
asked this question in
Q&A
Replies: 1 comment
-
Hey there. Can you put more effort into formatting your post? Could you also provide a bit more context/explanation? Currently I don't understand enough to be able to help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey;
The river`s implementation of DDM use prequential error?
I looked at the source code and understood that the implementation uses the error average.
` # Probability of error/failure
self._p = stats.Mean()
....
`
The self._p.get() is
def get(self): return self._mean
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions