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 IOException;
public void TestErrorCalculationIndex() throws IOException;
public void TestErrorCalculationR() throws IOException;
public void TestErrorCalculationRC() throws IOException;
public void TestErrorCalculationMAE() throws IOException;
public void TestErrorCalculationME() throws IOException;
public void TestErrorCalculationMRE() throws IOException;
public void TestErrorCalculationMSE() throws IOException;
public void TestErrorCalculationRMAE() throws IOException;
public void TestErrorCalculationRMSE() throws IOException;
public void TestErrorCalculationRRMSE() throws IOException;
public void TestErrorCalculationSMAPE() throws IOException;
public void TestErrorCalculationNONE() throws IOException;
public void TestErrorCalculation();
}
Hierarchy: java.lang.Object - net.simplace.client.simulation.lap.test.LapStandardUnitTest - ErrorCalculation