construct_evm_report

Calculate all Earned Value Management (EVM) output metrics at a given tracking period.

  • Project key metrics: PV, AC, EV and ES
  • Performance metrics: CV, SV, SV(t), CPI, SPI and SPI(t)
  • Forecasting metrics: EAC and EAC(t)
  • Schedule adherence metrics: p-factor

This function should be called to calculate all EVM measures for a given tracking period. Afterwards, the GET functions for all EVM measures can be used.

Parameters: 
I/O Type Name Description
input integer ID ID of the tracking period
Learn More: 

Step inside PMKC.

Example: 
function ()
        io.write('\n')
end
Class: 
P2Tracking