summaryrefslogtreecommitdiff
path: root/qualityattenuation/qualityattenuation.go
AgeCommit message (Collapse)Author
2024-11-06??? don't merge thisv0.0.2Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-07-14Add license information to files where its missingWill Hawkins
Some new(ish) files were missing license text. Signed-off-by: Will Hawkins <[email protected]>
2023-07-12Addressed pull request commentsBjørn Ivar Teigen
* Added units to printout * Made QualityRequirement and PercentileLatencyPair private *Removed the hist struct from the SimpleQualityAttenuation struct (it was only used for testing)
2023-07-10Added QoO and Cablelabs latency histogramBjørn Ivar Teigen
2023-05-23Adressed pull request comments.Bjørn Ivar Teigen
Fixed silly error in calculating sample variance
2023-05-20Hotfix of broken testBjørn Ivar Teigen
2023-05-19Added basic tests of qualityattenuationBjørn Ivar Teigen
2023-05-19Implemented basic Quality AttenuationBjørn Ivar Teigen