Description Usage Arguments Value References Examples
Balancing low frequency series to a higher frequency benchmark using the Cholette method
1 | jd_cholette(s,t,rho,lambda,conversion)
|
s |
series1 |
t |
series2 |
rho |
auto-regressive parameter (def=1) |
lambda |
power of the weights applied to the series. 0 for additive, 0.5 for proportional, 1 for multiplicative (def=1) |
conversion |
"Sum", "Average", ["First","Last"] (def="Sum") |
returns a benchmarked 'ts' time series object
Info on JDemetra+, usage and functions :
http://ec.europa.eu/eurostat/cros/content/download_en
1 2 3 4 | myHighFreq<-jd_airline(120)
myHighFreq2<-jd_airline(120)
myLowFreq<-jd_aggregate(myHighFreq2,4)
myBenchmarkedChol<-jd_cholette(myHighFreq,myLowFreq,rho=1,lambda=1,conversion="Sum")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.