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