Compatibility diagnostics of a matched suite
matchCompatibility.RdRecord-level and suite-level compatibility of the scaled spectra against the target band: PGA position, band containment, and RMSE diagnostics per record, plus their suite aggregate.
Arguments
- .x
data.table. Final PSW rows (after record scaling) with the record key columns,
Tn, andPSA.<ocid>.- target
data.table. Target band with columns
Tn,Sa.low,Sa.mean,Sa.high; must include exactly oneTn == 0row.- scale
data.table. Record scaling table (
RecordID,scaleFactor) fromfitRecordFactor().- ocid
character. Component evaluated (
"H1","H2","UP").- factorMin
numeric. Lower record-factor bound used to flag saturated records. Default
0.- factorMax
numeric. Upper record-factor bound used to flag saturated records. Default
Inf.