jacscanomaly.BestCandidate
- class jacscanomaly.BestCandidate(t0, teff, dchi2, med_others, std_others, score, quality)[source]
Best anomaly candidate selected from all extracted clusters.
- Parameters:
- med_others
Median dchi2 among the bulk of the other candidates (excluding the best, with the upper tail trimmed when configured).
- Type:
- std_others
Standard deviation of dchi2 among the bulk of the other candidates (excluding the best, with the upper tail trimmed when configured).
- Type:
- score
Standardized score of the best candidate. Computed as
(dchi2_best - med_others) / std_others. (may be NaN/inf depending on the number of candidates / std_others).- Type:
- quality
Per-point support and temporal diagnostics for this candidate.
- Type:
- __init__(t0, teff, dchi2, med_others, std_others, score, quality)
Methods
__init__(t0, teff, dchi2, med_others, ...)Attributes