mpiktas / midasr

R package for mixed frequency time series data analysis.
http://mpiktas.github.io/midasr/
Other
73 stars 34 forks source link

Built in function to plot the almon lag polynomial? #41

Closed siddharthgopi closed 9 years ago

siddharthgopi commented 10 years ago

I've estimated 2 hyper parameters for an exponential almon lag polynomial, is there any easy way to plot the shape of the function? Thank you.

vzemlys commented 10 years ago

Hi,

Use function weight_coef, it extracts the shape of the weights from midas_r object.

Le 11 mai 2014 à 06:19, Siddharth notifications@github.com a écrit :

I've estimated 2 hyper parameters for an exponential almon lag polynomial, is there any easy way to plot the shape of the function? Thank you.

— Reply to this email directly or view it on GitHub.

vzemlys commented 9 years ago

There is a new function plot_midas_coef for nice plotting of weight shapes.