Altius / hotspot2

Implementation of hotspot2 by Eric Rynes
16 stars 3 forks source link

hotspot2.cpp should allow the user to pass in a value for MAlength #14

Closed erynes closed 8 years ago

erynes commented 8 years ago

Once the user is allowed to specify overlapping or non-overlapping windows, the very different amounts of data each method will contribute to the histogram will necessitate different smoothing parameter values (BackgroundRegionManager::m_MAlength) for estimating the background from the histogram. Thus hotspot2 should allow this value to be passed in as an argument.

erynes commented 8 years ago

Closed via checkin ea78b2c789f82a27315f0eb834be65a8a866e89f.