Contents

vDSP_normalizeD

Computes double-precision mean and standard deviation, and then calculates new elements to have a zero mean and a unit standard deviation.

Declaration

extern void vDSP_normalizeD(const double *__A, vDSP_Stride __IA, double *__C, vDSP_Stride __IC, double *__Mean, double *__StandardDeviation, vDSP_Length __N);

Discussion

This is the same as vDSP_normalize, except for the types of A, C, Mean, and StandardDeviation.

See Also

Normalization Functions