Displaying 1 result from an estimated 1 matches for "mtds".
Did you mean:
mtd
2004 Mar 07
6
applying data generating function
Hello
Coming from matlab background, I could use some help
on this one.
I need to generate a data set based on this equation
X(t) = 3.8x(t-1) (1-x(t-1)) + e(t), where e(t) is a
N(0,0,001) random variable
I need say 100 values.
How do I do this?
Thanks