logo

Crowdly

Model the daily closing prices of DAX (Deutsche Aktienindex) on the prices of F...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Model the daily closing prices of DAX (Deutsche Aktienindex)

on the prices of FTSE (Financial Times Stock Exchange) using a 

finite

distributed lag

 model:

data(EuStockMarkets)

m3 <- lm(DAX[3:100] ~ FTSE[3:100] + FTSE[2:99] +

FTSE[1:98], data=EuStockMarkets)

Report the impact multiplier

 (propensity)

using at least 2 decimal places.

More questions like this

Want instant access to all verified answers on moodle.vse.cz?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!