Le 07/12/2014 17:16, Ajo Fod a écrit :
> Is there way in the current codebase to get  Y = (X- mean(X))/Sdev(X).
> where X is a vector ?

Not in one operation.
You need to first uset toArray, next to compute the mean and standard
deviation, and finally to evaluate the expression for all components.

best regards,
Luc

> 
> -Ajo.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to