| bio | website | new.laeh500.com |
|---|---|---|
| location | New York, United States | |
| age | 30 | |
| visits | member for | 1 year, 5 months |
| seen | Jan 20 at 22:51 | |
| stats | profile views | 242 |
Ph.D. Student in Cognition & Perception at NYU.
|
May 11 |
asked | Exporting Animations under Duration constraints to view on an iPad |
|
May 9 |
accepted | Point belonging to a Disk in a Cartesian Coordinate System |
|
May 9 |
comment |
Point belonging to a Disk in a Cartesian Coordinate System @Yves Klett, no this case is impossible ! |
|
May 8 |
asked | Point belonging to a Disk in a Cartesian Coordinate System |
|
May 5 |
accepted | Recursion on a moving window |
|
May 5 |
comment |
Recursion on a moving window @R.M, I think I got it using the second one you posted. I just have very very weird / interesting result it seems... I will keep you posted. Many thanks for your help ! |
|
May 5 |
revised |
Recursion on a moving window deleted 39 characters in body |
|
May 5 |
comment |
Recursion on a moving window @R.M. Please see what I added to my question I hope it helps to clarify |
|
May 5 |
revised |
Recursion on a moving window added 80 characters in body |
|
May 5 |
comment |
Recursion on a moving window @R.M. What I need is a sliding window, at first the initial state then its own previous prediction. The window can have a size from 2 to 5 roughly. Many Thanks for you attention, this is driving me insane :-( |
|
May 5 |
comment |
Recursion on a moving window @R.M, The problem i stat you assume the append thing is in my function whereas my function does not. I thought it was a reap and sow that I could not make work. And the worth is I can`t share my functions :-(. Oh I just understood your question, I need only the last two. |
|
May 5 |
comment |
Recursion on a moving window @R.M. Ok I am sorry, Now it is worth and I really don`t get the ~ ~ things, I will try to be more clear and come back thank you for your time and attention. This really makes it more obscure to me : state ~Join~ {predict[state[[-n ;;]]]. My function takes a list of 2 (initial state) as argument and return one element : t3. I then want the 2 input to be t2 and predicted t3 to predict t4. |
|
May 4 |
comment |
Recursion on a moving window @Mr. Wizard, i can`t think of a clearer explanation sadly. I am doing a bunch of transformation of values at t1 and t2 to predict t3 then I want to do the same bunch of computations but this time on t2 and t3.... i am sorry if it is not clear :-( |
|
May 4 |
comment |
Recursion on a moving window @Mr Wizard, I guess Append[] is a bad example since it is part of the recursion I want to do ? |
|
May 4 |
comment |
Recursion on a moving window @Mr.Wizard, you truly are, after 30 min I realize it does not after 10 iterations for me in what I do :-( |
|
May 4 |
revised |
Recursion on a moving window deleted 191 characters in body |
|
May 4 |
asked | Recursion on a moving window |
|
May 4 |
accepted | Counting elements skipped using Reap & Sow |
|
May 4 |
comment |
Counting elements skipped using Reap & Sow @Mr. Wizard, Thank You ! |
|
May 4 |
comment |
Counting elements skipped using Reap & Sow thank you very much ! |