<< ann_overlap_2_baseprice Tools for NSI data carryover >>

Grocer >> Tools for NSI data > ann_overlap_2_latsyvol

ann_overlap_2_latsyvol

Calculates a volume at previous year prices series from nominal and chained volume quarterly series

CALLING SEQUENCE

xvolvo=ann_overlap_2_latsyvol(xvolch,xval)

PARAMETERS

Input

* xvolch = a quarterly series in volume at the chained prices of the previous year

* xval = a series in values

Output

* xvolvo = a quarterly ts, the volume at the price of previous year

DESCRIPTION

Calculates the volume at the price of previous year from series expressed in volume at the chained prices of the previous year.

EXAMPLE

global GROCERDIR ;
load(GROCERDIR+'\data\fra_cons.dat')
// calculates the manufacturing consumption at last year prices
P3M_DIM_7=ann_overlap_2_latsyvol(P3M_DIM_7CH,P3M_DIM_3)

AUTHOR

Éric Dubois 2022

Report an issue
<< ann_overlap_2_baseprice Tools for NSI data carryover >>