Beta distribution

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

Neo
Posts: 2
Joined: Tue Jun 28, 2016 4:56 am

Beta distribution

Postby Neo » Tue Jun 28, 2016 5:44 am

I am trying to estimate the following equation (EViews 7):

Image

where V_Pj and V_Rj are variables and min and max are the minimum and maximum values of V_Rj. a, b, v and w are least squares parameters and Λ(v, w) represents the beta distribution. I tried something using @beta (see below), but couldn't get it right. Any help would be appreciated.

Code: Select all

ls vpj_vrj=c(1)+c(2)*(((vrj-@min(vrj))^(c(3)-1))*((@max(vrj)-vrj)^(c(4)-1))/((@beta(c(3),c(4)))*((@max(vrj)-@min(vrj))^(c(3)+c(4)-1))))

startz
Non-normality and collinearity are NOT problems!
Posts: 3797
Joined: Wed Sep 17, 2008 2:25 pm

Re: Beta distribution

Postby startz » Tue Jun 28, 2016 7:46 am

What goes wrong?

Neo
Posts: 2
Joined: Tue Jun 28, 2016 4:56 am

Re: Beta distribution

Postby Neo » Tue Jun 28, 2016 8:29 am

EViews says "Overflow or Illegal function call".

startz
Non-normality and collinearity are NOT problems!
Posts: 3797
Joined: Wed Sep 17, 2008 2:25 pm

Re: Beta distribution

Postby startz » Tue Jun 28, 2016 8:32 am

Two possible things to try:

(1) Make sure you have the most recent patches for your copy of EViews.

(2) Try different starting values for the c() parameters.


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests