aboutsummaryrefslogtreecommitdiff
path: root/compute-variability.py
AgeCommit message (Collapse)Author
2024-03-27compute-variability.py: Enhance peak detection for 2-peaks-linear algorithmLaurent Alfonsi
Change-Id: I6099890fb71730d7f48782f7ead27a0ca08ec77e
2024-03-14compute-variability.py: new weight method 2-peaks-linearLaurent Alfonsi
This is a matter of weights we are applying to each variability data in the history. The 2-peaks-linear algorithm gives a weight of - A linear weights affectation between --> most recent : 100% --> and second most recent noise variation : 50% - No weight for older noise variations : 0% Change-Id: Iab9dc783786560e257543e3cdff45e83e0dd9c90 Change-Id: Ifd4b56f40047477e7bd60316d5ec0430ce35ffb8
2024-03-14compute-variability.py: compute weight list for each inputLaurent Alfonsi
Change-Id: I74b802a5ffa0f6533c52443fe42487be7e319032
2024-02-28compute-variability.py: extend to other method than averageLaurent Alfonsi
Change-Id: I947cbd887f7f5b13503c53dfd0d46f17b41203cb
2024-02-27compute-variability.py: Remove handling of current csvLaurent Alfonsi
Change-Id: Ie98b3063a9aae4304551881f40e2bd6e5f31e690
2024-02-27compute-variability.py: Fixed weight average computationLaurent Alfonsi
Change-Id: Idf791494742965fe89672dc3ffedff9b4e74b16f
2024-02-20compute-variability.py: Can now use current compare-results.csvLaurent Alfonsi
Change-Id: Ie4abe9f9cdf03d0388bb8ca5779407fd00db5cfc
2023-12-21compute-variability.py: Cast values to float to avoid internal python error ↵Laurent Alfonsi
in np.isnan() Also specify the order of the columns in the outputed csv file. This is useful for parsing this file in lnt-utils.sh Change-Id: I6e6339725958389820f2cfe7c7ac961f70094704
2023-12-05compute-variability.py: Use np.average for computing weighted average.Prathamesh Kulkarni
Change-Id: I1f3d2d52b54fb3ded9968aebd2b4216560500074
2023-11-14compute-variability.py: no need anymore to handle 888888888 and 999999999 ↵Laurent Alfonsi
magic numbers Change-Id: Ie7f1d2f4c0390f5679d9c65ac13288e66a208be2
2023-10-02compute-variability.py: Compute variability for all symbolsLaurent Alfonsi
.. including omp_outlined functions that were skipped up to now. Change-Id: Id1c2e933d7801a2d638990fbcf5784255e86ec49
2023-08-31samples-variability.py,compute-variability.py: renaming scriptsLaurent Alfonsi
Change-Id: I3a94157e76cef2e4c7dfd3445fb184f88d336aa4