WYRDTEK Home Features Reference Downloads About


Reference/es_sc_getzscore

Syntax

double es_sc_getzscore( struct es_sc *scalc, double val );

Arguments

struct es_sc *scalc Statistics calculator.
double val Value against which to compute z-score

Description

Return z-score of val with respect to the mean and standard deviation of the current dataset. This may be with respect either to the rolling or overall mean and standard deviation depending on how the calculator was constructed.

[Back To Reference] [Back To Reference/es_sc]