Search found 21 matches
- Thu Jun 19, 2025 5:56 am
- Forum: Models
- Topic: Changing the S.D. of an equation in a stochastic solution
- Replies: 1
- Views: 245479
Changing the S.D. of an equation in a stochastic solution
If you "show" a model and look at an individual equation you can over-write the "Stochastic with S.D." box. Can I do this using a command in a .prg file rather than doing it interactively
- Thu May 23, 2024 11:14 pm
- Forum: Programming
- Topic: Changing names of objects in a group
- Replies: 4
- Views: 9596
Re: Changing names of objects in a group
change it to what?
- Thu May 23, 2024 4:13 pm
- Forum: Programming
- Topic: Changing names of objects in a group
- Replies: 4
- Views: 9596
Re: Changing names of objects in a group
Could I use this to create a group where the member are just x1, X2, X3 etc rather than X1_alt, X2_alt, X3_alt etc?
- Thu May 23, 2024 2:54 pm
- Forum: Programming
- Topic: Changing names of objects in a group
- Replies: 4
- Views: 9596
Changing names of objects in a group
if a have a group g_base which contains X1_base X2_base X3_base etc, is there an easy way to create a group G_ALT from it which is comprised of X1_alt X2_alt X3_alt etc?
- Wed Dec 18, 2019 9:48 am
- Forum: Programming
- Topic: Assigning a date
- Replies: 1
- Views: 5091
Assigning a date
does anyone know how to assign a date in EViews? I want to find out which month has the maximum value of a time series (within a given date range) and then save that date in some way for use later on
- Thu May 26, 2011 4:46 am
- Forum: Programming
- Topic: Running .PRG files from part way through
- Replies: 3
- Views: 5011
Re: Running .PRG files from part way through
I think I'll add it to the wish list. This facility was available in the Aremos package and I found that it was increadably useful for writing programmes and debugging them. OK, you can break things down to a lot of smaller files together but it can be a bit of an organisation nightmare putting them...
- Wed May 25, 2011 8:53 am
- Forum: Programming
- Topic: Running .PRG files from part way through
- Replies: 3
- Views: 5011
Running .PRG files from part way through
Is there any way of running a programme (.prg) file other than from the first line? If you could, it would be very useful for putting lengthy .prg files together
- Tue Mar 29, 2011 4:34 am
- Forum: Data Manipulation
- Topic: assigning the dates of the first and last observations
- Replies: 1
- Views: 3535
assigning the dates of the first and last observations
Is there any way that I can assign (either as a scalar or a control variable) the start or end date of a variable?
e.g. if a series "x" started in 2001 and ended in 2009, is there any way that I can save the values 2001 and/or 2009?
e.g. if a series "x" started in 2001 and ended in 2009, is there any way that I can save the values 2001 and/or 2009?
- Fri Jun 25, 2010 4:18 am
- Forum: Programming
- Topic: Getting groups into strings
- Replies: 1
- Views: 4011
Getting groups into strings
I have a group and I want to get it into a string so that I can loop through the elements of the group. e.g. something like this: group test1 x1 x2 x3 string test2="test1" for %t {test2} series {%t}=1 next but I can't use a group to create a string (i.e. string test2="test1" does...
- Mon May 24, 2010 3:07 am
- Forum: Models
- Topic: deleting equations from a model
- Replies: 10
- Views: 41001
deleting equations from a model
I know that you can add equations or identities to a model using .merge ior .append but is there a way of removing equations or identities from an existing model?
- Wed Nov 04, 2009 11:51 am
- Forum: Models
- Topic: Specifying a model using a wildcard
- Replies: 3
- Views: 7914
Re: Specifying a model using a wildcard
Is there any documentation on how to use WLOOKUP in Eviews 7?
- Thu Oct 29, 2009 10:36 am
- Forum: Models
- Topic: Specifying a model using a wildcard
- Replies: 3
- Views: 7914
Specifying a model using a wildcard
Is there an easy way to create a model which contains every equation in a workfile or, alternatively, a model that contains every equation with a name that starts with the same letter or string of letters?
- Tue Dec 30, 2008 3:13 am
- Forum: Estimation
- Topic: Saving coefficients with an AR(1) term
- Replies: 1
- Views: 6686
Saving coefficients with an AR(1) term
I want to estimate an equation with an AR(1) term and save the coefficients. I can specify an equation as follows: equation equ1.ls x1 c y1 y2 ar(1) but this does not save the coefficients. The usual way of saving coefficients is to specify an equation like so: equation equ1.ls x1=c(1)+c2)*y1+c(3)*y...
- Thu Nov 06, 2008 5:42 am
- Forum: Estimation
- Topic: Pooled Regression
- Replies: 15
- Views: 34109
Pooled Regression
I am trying to estimate a pooled regression using commands (rather than interactively). I have tried the following: pool e_x1.ls ?x1 c ?y1 where a number of variables with the suffixes "x1" and "y1" exist in the workfile. This cresaes a pool pbject called e_x1, however, when I op...
- Tue Oct 28, 2008 8:19 am
- Forum: Models
- Topic: Adding Models Together
- Replies: 3
- Views: 11228
Re: Adding Models Together
is that by using:
model mod3
mod3.merge mod1
mode3.merge mod2
model mod3
mod3.merge mod1
mode3.merge mod2
