why estimating 3 values takes longer time than estimating 4 values?
Show older comments
In the attached code, when we estimate 2 values of u, it takes less time than the case where we estimate 3 values of u? It seems ok. But its strange that when we look at the time for estimating 3 values of u, it takes more time than estimating 4 values of u. Why it is so?
3 Comments
John D'Errico
on 12 Feb 2023
Asking why code takes long or not is difficult, especially complicated code with no comments so we even know what the code is doing. On top of all that, this code is a random process, with a moderately small population size, so it may not even be terribly repeatable.
Sadiq Akbar
on 13 Feb 2023
Sadiq Akbar
on 14 Feb 2023
Accepted Answer
More Answers (0)
Categories
Find more on Particle & Nuclear Physics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!