ucl-func
This function returns the upper confidence limit of a vetor. Level is 0.95 by default.
double ucl(dataset vd[, double level])
vd
level
Returns the upper confidence limit
AAUCL = ucl(col(A)); //return UCL of col(A) at 0.95 level
lcl