Hello,
Is there any way to convert non-integer values (2.3454 or 2.8733) to integer values (2 or 3) after rounding up or down? Any advice would be appreciated. Thanks.
Search found 16 matches
- Tue Feb 01, 2022 11:46 am
- Forum: Data Manipulation
- Topic: Coverting non-integer values to integer values
- Replies: 1
- Views: 1168
- Mon Dec 13, 2021 5:30 pm
- Forum: Estimation
- Topic: Calculating the Serial Correlation LM Test Statistics
- Replies: 0
- Views: 17750
Calculating the Serial Correlation LM Test Statistics
Hello, I am using GARCH models. However, there is no built-in Lagrange multiplier (LM) tests in EViews 11 for serial correlation in the residuals. Below the codes I have used to conduct the LM test. equation eq1.ls sf c blm --> This is the regression of sf on a constant and the independent variable ...
- Thu Jan 14, 2021 9:03 pm
- Forum: Estimation
- Topic: Zero Inflated Possion/Negative Binomial Models
- Replies: 17
- Views: 5943
Re: Zero Inflated Possion/Negative Binomial Models
What is the difference between zero-altered and zero-inflated? startz, Based on my limited knowledge, both zero-inflated and -altered poisson models have two components: binary and county processes. However, they differ in terms of whether the count model is truncated at zero or not. Zero-inflated ...
- Tue Jan 12, 2021 7:57 am
- Forum: Estimation
- Topic: Zero Inflated Possion/Negative Binomial Models
- Replies: 17
- Views: 5943
Re: Zero Inflated Possion/Negative Binomial Models
EViews Gareth wrote:As mentioned in the link that Startz provided to you, they are found in the Example Files section of your EViews installation folder.
Gareth, I could find the example file for zero-altered models but could not for zero-inflated models. Could you please direct me to the example file? Thank you.
- Mon Jan 11, 2021 12:50 pm
- Forum: Estimation
- Topic: Zero Inflated Possion/Negative Binomial Models
- Replies: 17
- Views: 5943
Re: Zero Inflated Possion/Negative Binomial Models
EViews Gareth wrote:You do not.
startz, thank you for your help.
Gareth, would you please direct me to the example file? Thank you.
- Mon Jan 11, 2021 12:17 pm
- Forum: Estimation
- Topic: Zero Inflated Possion/Negative Binomial Models
- Replies: 17
- Views: 5943
Re: Zero Inflated Possion/Negative Binomial Models
Is this not what you want? Screenshot 2021-01-11 061307.png startz, thank you for your response. Based on my knowledge, both zero-inflated and -altered negative binomial models are similar but differ in terms of whether the negative binomial component is truncated at zero or not. In addition, the w...
- Sun Jan 10, 2021 9:45 pm
- Forum: Estimation
- Topic: Zero Inflated Possion/Negative Binomial Models
- Replies: 17
- Views: 5943
Re: Zero Inflated Possion/Negative Binomial Models
You probably want http://www.eviews.com/help/helpintro.html#page/content%2Floglike-Examples.html%23ww806 . There is no instructions on zero-inflated poisson models in the link mentioned above. This link provides brief definition for various models without provide detailed instructions. Please provi...
- Sun Jan 10, 2021 11:02 am
- Forum: Estimation
- Topic: Zero Inflated Possion/Negative Binomial Models
- Replies: 17
- Views: 5943
Re: Zero Inflated Possion/Negative Binomial Models
http://www.eviews.com/help/helpintro.html#page/content%2Flimdep-Count_Models.html startz, thank you for the assistance. I visited the suggested link. It includes poisson, negative binomial, and QLM models. But, I could not find an example file for zero-inflated Poisson. Would you please direct me t...
- Sun Jan 10, 2021 8:46 am
- Forum: Estimation
- Topic: Zero Inflated Possion/Negative Binomial Models
- Replies: 17
- Views: 5943
Re: Zero Inflated Possion/Negative Binomial Models
Search Help for Poisson. Negative binomial models are built in and there is an example file for zero-inflated Poisson. startz, thank you for your response. Following your suggestion, I entered poisson into the Eviews Help system (http://www.eviews.com/help/helpintro.html). However, I could not retr...
- Sat Jan 09, 2021 10:26 pm
- Forum: Estimation
- Topic: Zero Inflated Possion/Negative Binomial Models
- Replies: 17
- Views: 5943
Zero Inflated Possion/Negative Binomial Models
Hello,
I tried to build zero inflated possion/negative binomial models but could not find options in Eviews. Would you please direct me to the information on how to estimate them? Any help would be appreciated.
I tried to build zero inflated possion/negative binomial models but could not find options in Eviews. Would you please direct me to the information on how to estimate them? Any help would be appreciated.
- Fri Nov 20, 2020 6:55 am
- Forum: Estimation
- Topic: RE: Authomatic ARIMA Forecasting
- Replies: 5
- Views: 4788
Re: RE: Authomatic ARIMA Forecasting
Dear Gareth, Following your suggestions, I conducted automatic ARIMA forecasting with a seasonal dummy variable and a lagged dependent variable, which gave me ARIMA (0, 1) as the best fitted model. Thus, I used ARIMA (0, 1) with the same model specification with the previous one to forecast with con...
- Thu Nov 19, 2020 9:12 pm
- Forum: Estimation
- Topic: RE: Authomatic ARIMA Forecasting
- Replies: 5
- Views: 4788
Re: RE: Authomatic ARIMA Forecasting
EViews Gareth wrote:create an equation object from the forecast (one of the options on the dialog), and then forecast from that equation.
Would you please provide me with any manual link for your procedures?
- Thu Nov 19, 2020 8:45 pm
- Forum: Estimation
- Topic: RE: Authomatic ARIMA Forecasting
- Replies: 5
- Views: 4788
RE: Authomatic ARIMA Forecasting
I conducted automatic ARIMA Forecasting. Eviews provides a comparison graph between observed and forecasted values. I just wonder whether Eviews provides confidence intervals for forecasted values. I would appreciate any help.
- Mon Oct 26, 2020 10:12 am
- Forum: Programming
- Topic: RE: Draw Lines
- Replies: 2
- Views: 4738
Re: RE: Draw Lines
You cannot. Although, of course you could just create a series equal to 5.25 on the periods you want, NA everywhere else, and then add that series to your graph. Thank you for your response. I do not quite understand what "NA everywhere else, and then add that series to your graph" means....
- Mon Oct 26, 2020 9:00 am
- Forum: Programming
- Topic: RE: Draw Lines
- Replies: 2
- Views: 4738
RE: Draw Lines
Hello! I am trying to draw a horizontal line at the value 5.25 and 7 as measure on the left axis as follows: graph1.draw(line, left, rgb(0,0,127)) 5.25 and graph1.draw(line, left, rgb(0,0,127)) 7. However, I need to draw a horizontal line at the value 5.25 for the particular period 2000-2012 (and th...