Recent content by ivyhawk

  1. I

    Undergrad How to OLS several lines at once?

    Are you talking about Vector Autoregressive Model? yt=a*y_t-1+b*x_t+...et xt=c*x_t-1+d*y_t+...,ut
  2. I

    Undergrad Looking for General solution for a difference equation

    Specific solution for A_t is easy to solve Set A_t=A=A_t+1 We can solve that r=A/(1-A) or the other way, A=(1/2)(-r+(-)(r^2+4r)^1/2 But I still find it very hard to find a general solution.
  3. I

    Undergrad Looking for General solution for a difference equation

    Yes That is what I mean. And it is just algebra manipulation of the original equation
  4. I

    Undergrad Looking for General solution for a difference equation

    Or One step further, how to solve this one? (1+r)A_t+1-A_t+A_t+1*A_t=r A_t means A with t subsciptI don't think it is as easy as it looks.
  5. I

    Undergrad Looking for General solution for a difference equation

    At+1=(At+r)/(At+r+1) A1=constant I know I can set At+1=At=A and solve for a special solution. What would be a general solution? I am not taking a course in Difference Equation, and this is not my homework but I encounter a similar question and I reduce it to this form. Thanks
  6. I

    Graduate A constant could have a distribution?

    Thanks for following-ups. Maybe in the textbook I am reading, the author is slightly abusing the terminology. I got most of the part.
  7. I

    Graduate A constant could have a distribution?

    IG Inverted Gamma distribution So contance does not mean that it is not a random variable? Variance here is a random variable follows a certain distribution, but it also is a constant?
  8. I

    Graduate A constant could have a distribution?

    suppose error term v_t follows Normal(0, V_t) here variance is changing along the time. Now suppose constant variance of v_t, then v_t ~ N(0, V), but if V is unknown, then V~IG(n/2,d/2) What is the difference between variance of v_t being constant and variance of v_t being unknown? Or a...
  9. I

    Graduate Are Distinct Left Cosets and Right Cosets in a Group Related?

    My doubt is whether there is a counter-example such that when aH and bH are distinct left cosets, Ha and Hb are not distinct right cosets, because this statement looks suspicious.
  10. I

    Graduate Are Distinct Left Cosets and Right Cosets in a Group Related?

    G group, H subgroup of G. Suppose aH and bH are distinct leftcosets then Ha and Hb must be distinct right cosets? My humble thoughts: the left coset aH consists of a times everything in H; Ha consists of everything in H times a. Then this argument above is true?