public class VarianceRatioBurnInTest extends AbstractBurnInTest
values| Constructor and Description |
|---|
VarianceRatioBurnInTest(StringBuffer rep)
The standard constructor for the
Storable interface. |
VarianceRatioBurnInTest(VarianceRatioBurnInTestParameterSet parameters)
Creates a new
VarianceRatioBurnInTest instance. |
| Modifier and Type | Method and Description |
|---|---|
protected int |
computeLengthOfBurnIn()
Computes and returns the length of the burn-in phase given by the
Variance-Ratio burn-in test.
|
protected StringBuffer |
getFurtherInformation()
This method returns further information for the
AbstractBurnInTest. |
String |
getInstanceName()
Returns a short description of the burn-in test.
|
protected String |
getXMLTag()
This method returns the XML tag that is used in
AbstractBurnInTest.toXML() and
AbstractBurnInTest.AbstractBurnInTest(StringBuffer). |
protected void |
setFurtherInformation(StringBuffer xml)
This method sets further information for the
AbstractBurnInTest. |
clone, getCurrentParameterSet, getLengthOfBurnIn, resetAllValues, setCurrentSamplingIndex, setValue, toXMLpublic VarianceRatioBurnInTest(VarianceRatioBurnInTestParameterSet parameters) throws CloneNotSupportedException
VarianceRatioBurnInTest instance.parameters - set of parametersCloneNotSupportedException - if the parameters can not be clonedpublic VarianceRatioBurnInTest(StringBuffer rep) throws NonParsableException
Storable interface.
Creates a new VarianceRatioBurnInTest instance out of a
StringBuffer.rep - the StringBufferNonParsableException - if the StringBuffer can not be parsedprotected String getXMLTag()
AbstractBurnInTestAbstractBurnInTest.toXML() and
AbstractBurnInTest.AbstractBurnInTest(StringBuffer).getXMLTag in class AbstractBurnInTestAbstractBurnInTest.toXML()
and AbstractBurnInTest.AbstractBurnInTest(StringBuffer)protected StringBuffer getFurtherInformation()
AbstractBurnInTestAbstractBurnInTest. It enables to store test specific data via
the method AbstractBurnInTest.toXML(). AbstractBurnInTest.toXML().getFurtherInformation in class AbstractBurnInTestprotected void setFurtherInformation(StringBuffer xml) throws NonParsableException
AbstractBurnInTestAbstractBurnInTest.
It enables to load test specific data in the constructor
AbstractBurnInTest.AbstractBurnInTest(StringBuffer). AbstractBurnInTest.AbstractBurnInTest(StringBuffer).setFurtherInformation in class AbstractBurnInTestxml - contains further information in XML formatNonParsableException - if the StringBuffer could not be parsedpublic String getInstanceName()
BurnInTestprotected int computeLengthOfBurnIn()
computeLengthOfBurnIn in class AbstractBurnInTestAbstractBurnInTest.computeLengthOfBurnIn()