summaryrefslogtreecommitdiffstats
path: root/calc_pei.py
Commit message (Collapse)AuthorAgeFilesLines
* calc_pei.py: try to estimate PEI error (FIXME/TODO)Aaron LI2016-05-041-26/+78
|
* calc_pei.py: linear interpolate instead of "cubic" splineAaron LI2016-05-021-59/+67
| | | | | | * use "linear" interpolation instead "cubic" spline interpolation * use "scipy.integrate.trapz()" instead of "scipy.integrate.simps()" * fix PEP8 warnings
* calc_pei.py: add function to make a plot visualize the PEI calculationAaron LI2016-05-011-6/+83
|
* calc_pei.py: new; calculate the power excess index (PEI)Aaron LI2016-04-291-0/+144