hoangduit / accord

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

Is Standardize(double[] observation) missing? #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to normalize my data to N'(Z) to do so, I could like to use 
Center(observation) followed by Standardize(observation).

However, I don't see a Standardize function with this signature. Is this 
function missing or is there another way of achieving the same result that I'm 
not aware of?

Thanks.

Original issue reported on code.google.com by Tristen....@gmail.com on 10 Sep 2013 at 5:31

GoogleCodeExporter commented 9 years ago
Wow, indeed, this overload is missing. Thanks for reporting, I will update the 
code soon!

Original comment by cesarso...@gmail.com on 10 Sep 2013 at 5:41

GoogleCodeExporter commented 9 years ago
Fixed in the 2.11 release.

Original comment by cesarso...@gmail.com on 27 Oct 2013 at 4:54