khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

std (standard deviation) not working #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. X=[1 2 3 4 5; 2 3 4 5 6]
2. std(X)

What is the expected output? What do you see instead?

The expected output is the standard deviation vector (a row vector)

ans =

    0.7071    0.7071    0.7071    0.7071    0.7071

Instead, I see 
"ERROR:ERROR: Function Token:undefined variable or function opt"

What version of the product are you using? On what operating system?

Addi version downloaded from Google play market as of 9/28/2012
Android Icecream sandwich 4.0.4

Please provide any additional information below.

Original issue reported on code.google.com by spar...@gmail.com on 30 Sep 2012 at 3:49

GoogleCodeExporter commented 9 years ago
The same error occurs with the function var().

Original comment by palmuse...@gmail.com on 30 Nov 2012 at 3:23