Insight Score Calculation

When calculating a score for the insight, Mona uses both the anomaly's verse-

specific significance score ("anomaly level") and the segment size, to compute a

combined score based on the following parameterized formula:

SIZE_SCORE * ANOMALY_LEVEL_SCORE.

Where SIZE_SCORE = [log(score_segment_size_log_base)](< Segment absolute size > ^ <score_segment_size_exponent>), and ANOMALY_LEVEL_SCORE = (< Anomaly level > * <score_anomaly_level_multiplier>) ^ <score_anomaly_level_exponent>.

Only combined scores over the given threshold ("min_score") will be considered as an anomaly.