Package net.sourceforge.processdash.util

Examples of net.sourceforge.processdash.util.Correlation


        this.beta1 = l.beta1;
        this.outputValue = l.projection;
        this.outputRange = l.range;
        this.standardDeviation = l.stddev;

        Correlation c = new Correlation(dataPoints);
        this.correlation = c.r * c.r;
        this.significance = c.p;

        rateCalculation(dataPoints);

View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.util.Correlation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.