/* 1 -1 standard deviation of the defined cells */ double rf_stdev(const Node *n, const Cell *c) { double a[4]; stats_helper( Right(n), c, a); return sqrt(a[1]); }