fix(LICENSE): update copyright holder reference
doc(readme): add usage instructions
fix(heap_reader): fix Channel API compatability
filter correlated objects
Filters objects with correlated growth patterns to better highlight root
cause of memory leaks. This removes a bias that would exist towards
objects created from _within_ the actual leaky objects.
mark fd field on File entries as optional
Output from production heap dumps indicates this does not always exist.
style: `locations_of_interst` -> `locations_of_interest``
improvement(analyser): reduce iteration
fix JSON parsing for unordered JSON objects, strict collection transforms, filter location by correlation
NOTE: Caspian (caspianbaska@gmail.com) and Viv
build correlation matrix for instantiation locations
split math lib out into it's own shard
support stats calculations for both sample and population sources
remove unnecessary type cast
use Crystal.main block for execution
implement pearson correlation and covariance
revert to providing intercept and gradient only
implement base stats methods
add dockerfile for build deps
temp entry offset adjustment