Skip to content

PeteH32/IQM-Java_PH02-running-sum

Repository files navigation

Method using running sum

A "running sum" method was fastest. It eliminates the inner loop that recalculates total sum of IQR. This change made it 1,000% faster (10x) -- ran in 30 seconds, compared to 5 minutes for original code.

  • See class "IQM_V4_RunningSum"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages