Search found 5 matches

by jiji
Fri Aug 19, 2011 5:11 pm
Forum: Data Manipulation
Topic: how to transform a matrix into group
Replies: 4
Views: 6033

Re: how to transform a matrix into group

Thank you :))
by jiji
Fri Aug 19, 2011 5:06 pm
Forum: Data Manipulation
Topic: how to transform a matrix into group
Replies: 4
Views: 6033

how to transform a matrix into group

hi,
I want to transform a matrix into a group (I work with EV6)
I tried the following syntax:
matrix (2,2) a
mtos (a,g1)

an error message appears.
please what can I do to correct this program?
thanks.
by jiji
Mon Aug 15, 2011 5:31 pm
Forum: Programming
Topic: vector décompsition
Replies: 1
Views: 1902

vector décompsition

hi,
I have a vector v whith 100 observations;
please how can I form 4 vectors v1, v2, v3 and v4 when each one contains 25 observations and that satisfies v=(v1,v2,v3,v4)'.
by jiji
Mon Aug 15, 2011 11:07 am
Forum: Data Manipulation
Topic: generate a vector normally distributed
Replies: 1
Views: 2325

generate a vector normally distributed

hello,
I want to generate a 3 dimentional vector normally distributed with constant mean and variance <1.
Do I generate each element separately? and what parameters to assign to each element?
Thanks.
by jiji
Wed Aug 10, 2011 3:35 pm
Forum: Estimation
Topic: how to simulate a matrix
Replies: 1
Views: 1959

how to simulate a matrix

HELLO,
please how can I simulate a matrix with time varying coefficients.
for example, A(t)=A(t-1)+v(t) / v(t)~iidN(0,1)
I can simulate one coefficient of the matrix; for example a1:
smpl @all
series a1=0
smpl @first+1 @last
a1=a1(-1)+nrnd

my problem is how to simulate the matrix?
thanks a lot.

Go to advanced search