Hi there,
I am completely new to pure data so forgive me if I'm missing something here but I need to calculate the variance of a large list of numbers, over 5000 infact. However if I use the variance object then it gives me the wrong answer, but if I run it again without closing puredata it gives me the correct answer. Why does it need to be run twice? Am I just missing something or is there an error in pure data?
In the event I'm not just missing something and I do need to run it twice how to I go about getting it to run twice after clicking the bang only once. Is there a loop of some sort I could use?
Also, how would I write just the one final value to a file, rather than the entire list of numbers.
Thanks very much for any help