Problem 44449. Moving Median Absolute Deviation
Solution Stats
Problem Comments
-
5 Comments
Show
2 older comments
goc3
on 5 Jan 2018
The description was improved and the test suite fixed.
Rafael S.T. Vieira
on 29 Sep 2020
The test suite needs to be fixed so it can admit a tolerance in the solution since it is using floats. Currently MATLAB has the function movmad, but even with it, and using round the last case of the test suite fails.
goc3
on 29 Sep 2020
The test suite has had a tolerance applied.
ChrisR
on 3 Jul 2021
The tolerance isn't defined in the test suite.
goc3
on 7 Jul 2021
@ChrisR: the tolerance is hard-coded into the assert lines (1e-3).
Problem Recent Solvers12
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
4982 Solvers
-
879 Solvers
-
Cody Computer Part 4 : Are you a morning Cody player Addicted ?
79 Solvers
-
Getting the indices from a matrix
568 Solvers
-
194 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!