Problem 44449. Moving Median Absolute Deviation
Solution Stats
Problem Comments
-
5 Comments
The description was improved and the test suite fixed.
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.
The test suite has had a tolerance applied.
The tolerance isn't defined in the test suite.
@ChrisR: the tolerance is hard-coded into the assert lines (1e-3).
Problem Recent Solvers12
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5083 Solvers
-
4240 Solvers
-
Back to basics 9 - Indexed References
427 Solvers
-
How many trades represent all the profit?
574 Solvers
-
Who is the smartest MATLAB programmer?
698 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!