CPIAdjust:

Path: Common/General

--------------------------------------------------------------------------
   Consumer Price Index adjustment.

   Type CPIAdjust for a demo which will also plot CPI versus year.

   Since version 2014.1
--------------------------------------------------------------------------
   Form:
   cP = CPIAdjust( cC, yearC, yearN )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   cC	  (:,:)   Price at year cC to adjust
   yearC (1,1)   Year for cC
   yearN (1,1)   Year for which to compute cC

   ------
   Outputs
   -------
   cP	   (:,:)   Adjusted prices

--------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Common Module page