//return (cor.isNaN() ? 0 : cor.doubleValue());
}
protected BigDecimal correlationByAOS(Segment segment) {
ParameterAOS aos = this.patternAnalysis.getAos();
// tomo los puntos de AOS
int initOfIAR = aos.getInitPos().getxCoord().intValue();
int endOfIAR = aos.getEndPos().getxCoord().intValue();
// calculo la correlación de esa sección
return this.correlate(segment, initOfIAR, endOfIAR);
//return (cor.isNaN() ? 0 : cor.doubleValue());