Search found 8 matches

by Mgatmait
Wed Aug 07, 2019 10:52 am
Forum: Programming
Topic: debugging
Replies: 1
Views: 2856

debugging

Is there a way to debug? like setting break points and stepping into? Its very tedious debugging manually
by Mgatmait
Tue Aug 06, 2019 6:02 am
Forum: Programming
Topic: looping through a vector
Replies: 1
Views: 2963

looping through a vector

is it possible to loop through a vector? for example

vector(5) test
test.fill 55, 2, 3

for !i in test
show !i
next

it will show 55 then 2 then 3
by Mgatmait
Mon Jul 29, 2019 7:52 am
Forum: Programming
Topic: Disable Display Table for Arma inverted roots
Replies: 4
Views: 4672

Re: Disable Display Table for Arma inverted roots

Thank you so much!!
by Mgatmait
Mon Jul 29, 2019 7:49 am
Forum: Programming
Topic: Disable Display Table for Arma inverted roots
Replies: 4
Views: 4672

Re: Disable Display Table for Arma inverted roots

Code: Select all

eql.arma(save = roots)
i just did a simple line like this to give me the inverse roots for AR and MA. I just need the values not the graph, it pops up displaying the values in the unit circle everytime.
by Mgatmait
Mon Jul 29, 2019 5:25 am
Forum: Programming
Topic: Disable Display Table for Arma inverted roots
Replies: 4
Views: 4672

Disable Display Table for Arma inverted roots

Hi, I can't find a way to prevent the graph from popping up whenever i use arma to get the inverted roots. Does anyone have a way to turn it off?
by Mgatmait
Mon Jul 15, 2019 12:21 pm
Forum: Programming
Topic: Are there Arrays?
Replies: 3
Views: 3922

Re: Are there Arrays?

Thank you, I recently had to learn this language and i'm having a bit of trouble transitioning from other languages. So i really appreciate the help
by Mgatmait
Mon Jul 15, 2019 12:02 pm
Forum: Programming
Topic: Are there Arrays?
Replies: 3
Views: 3922

Are there Arrays?

Hi, im pretty new to this language and im having trouble if someone can please help me. I am trying to put a set of data into an array and being able to call it and change it when needed. How can i go about doing that?
by Mgatmait
Mon Jul 08, 2019 5:26 am
Forum: Programming
Topic: String to Equation
Replies: 1
Views: 2496

String to Equation

Hi, i'm trying to make it so i can make a string which contains an equation with IV, DV, ARIMA terms and their lags. Then put that into an equation, does anyone know how to go about doing that? I've been stuck trying to put the String into "equation eql.ls string" but it doesnt work and i ...

Go to advanced search