net.simplace.client.simulation.lap.test.calibration.ErrorCalculation
Test the lintul module
public class ErrorCalculation extends
net.simplace.client.simulation.lap.test.LapStandardUnitTest {
// Public Constructors
public ErrorCalculation();
// Public Instance Methods public void TestErrorCalculationEF() throws Exception;
public void TestErrorCalculationIndex() throws Exception;
public void TestErrorCalculationR() throws Exception;
public void TestErrorCalculationRC() throws Exception;
public void TestErrorCalculationMAE() throws Exception;
public void TestErrorCalculationME() throws Exception;
public void TestErrorCalculationMRE() throws Exception;
public void TestErrorCalculationMSE() throws Exception;
public void TestErrorCalculationRMAE() throws Exception;
public void TestErrorCalculationRMSE() throws Exception;
public void TestErrorCalculationRRMSE() throws Exception;
public void TestErrorCalculationSMAPE() throws Exception;
public void TestErrorCalculationNONE() throws Exception;
public void TestErrorCalculation() throws Exception;
}
Hierarchy: java.lang.Object - net.simplace.client.simulation.lap.test.LapStandardUnitTest - ErrorCalculation