Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Excess Kurtosis in the error term.

    I am modelling the residual errors terms in my time-series model using the Student t distribution. This distribution allows for more kurtosis (‘heavy tailedness’) than the Gaussian distribution. Specifically, the level of kurtosis that is accommodated by this distribution in excess of the Gaussian’s level of three equals 6/(v - 4) provided that v > 4, where v is the number of degrees of freedom (Harvey, 2013, p. 20). In this case, the number of degrees of freedom does not refer to the sample size minus the number of estimated parameters, but instead is a “shape” parameter for the distribution.

    In my current model, the value of "v" is 2.87. Any sense of what this means about the level of excess kurtosis?

    Here is a reference to Harvey's book

    Harvey, A. C. (2013). Dynamic models for volatility and heavy tails: With applications to financial and economic time series. New York: Cambridge University Press. https://doi.org/10.1017/CBO9781139540933

  • #2
    You can see what it means in a graph:
    Code:
    twoway function t = tden(2.87, x), range(-6 6) || function normal = normalden(x), range(-6 6)
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment


    • #3
      Cross-posted at https://stats.stackexchange.com/ques...the-error-term

      Comment


      • #4
        If you rely on that estimate of v then the situation is not promising. It means the error distribution does not have a finite second moment, which means the asymptotic properties of the MLE are not known — unless there’s recent work. I suppose you could simulate to see.

        since the distribution doesn’t have a finite fourth moment, kurtosis is not defined.

        Comment


        • #5
          I seem to remember Yulia Marchenko (StataCorp) worked on estimation with t-distributions. Maybe she can shed some light on this?
          ---------------------------------
          Maarten L. Buis
          University of Konstanz
          Department of history and sociology
          box 40
          78457 Konstanz
          Germany
          http://www.maartenbuis.nl
          ---------------------------------

          Comment


          • #6
            I know now. It was https://www.jstor.org/stable/23239671

            I wish I remembered it because of its quality (which I am sure it has aplenty), but it was because I got a picture of my oldest son reading that JASA article to his teddy bear (he held the journal upside down).
            ---------------------------------
            Maarten L. Buis
            University of Konstanz
            Department of history and sociology
            box 40
            78457 Konstanz
            Germany
            http://www.maartenbuis.nl
            ---------------------------------

            Comment

            Working...
            X