public class VarianceRatioBurnInTestParameterSet extends AbstractBurnInTestParameterSet
VarianceRatioBurnInTest. This
class fulfills the requirements of a AbstractBurnInTestParameterSet and
can be used to create a new VarianceRatioBurnInTest.ParameterSet.ParameterListerrorMessage, parameters, parent| Constructor and Description |
|---|
VarianceRatioBurnInTestParameterSet()
Creates a new
VarianceRatioBurnInTestParameterSet with empty parameter values. |
VarianceRatioBurnInTestParameterSet(int starts,
double t)
Creates a new
VarianceRatioBurnInTestParameterSet with
pre-defined parameter values. |
VarianceRatioBurnInTestParameterSet(StringBuffer representation)
The standard constructor for the interface
Storable. |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceComment()
Returns a comment (a textual description) of the class that can be
constructed using this
ParameterSet. |
String |
getInstanceName()
Returns the name of an instance of the class that can be constructed
using this
ParameterSet. |
double |
getThreshold()
Returns the threshold used in the
VarianceRatioBurnInTestParameterSet. |
clone, getNumberOfStartsfromXML, getInstance, getInstanceClass, toXMLfromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxypublic VarianceRatioBurnInTestParameterSet()
throws IllegalArgumentException
VarianceRatioBurnInTestParameterSet with empty parameter values.IllegalArgumentException - if instanceClass is nullpublic VarianceRatioBurnInTestParameterSet(int starts,
double t)
throws IllegalArgumentException,
SimpleParameter.IllegalValueException
VarianceRatioBurnInTestParameterSet with
pre-defined parameter values.starts - the number of runs the Gibbs Sampler will be startedt - the threshold for determining the end of the burn-in phaseIllegalArgumentException - if instanceClass is nullSimpleParameter.IllegalValueException - if t can not be setpublic VarianceRatioBurnInTestParameterSet(StringBuffer representation) throws NonParsableException
Storable.
Constructs an VarianceRatioBurnInTestParameterSet out of an XML representation.representation - the XML representation as StringBufferNonParsableException - if the VarianceRatioBurnInTestParameterSet could not be
reconstructed out of the StringBuffer
representationpublic double getThreshold()
VarianceRatioBurnInTestParameterSet.VarianceRatioBurnInTestParameterSetpublic String getInstanceComment()
InstanceParameterSetParameterSet.getInstanceComment in class InstanceParameterSet<AbstractBurnInTest>public String getInstanceName()
InstanceParameterSetParameterSet.getInstanceName in class InstanceParameterSet<AbstractBurnInTest>