|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jstacs.models.mixture.gibbssampling.BurnInTest
public abstract class BurnInTest
This is the abstract super class for any test of the length of the burn-in phase.
| Constructor Summary | |
|---|---|
BurnInTest()
|
|
| Method Summary | |
|---|---|
BurnInTest |
clone()
|
abstract String |
getInstanceName()
Returns a short description of the burn-in test. |
abstract int |
getLengthOfBurnIn()
Computes and returns the length of the burn-in phase using the values from setValue(double). |
abstract void |
resetAllValues()
This method can be used to remove all values from the internal memory. |
abstract void |
setCurrentSamplingIndex(int index)
This method sets the value of the current sampling. |
abstract void |
setValue(double val)
This method can be used to fill the internal memory with the values that will be used to determine the length of the burn-in phase. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.jstacs.Storable |
|---|
toXML |
| Constructor Detail |
|---|
public BurnInTest()
| Method Detail |
|---|
public BurnInTest clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic abstract void setCurrentSamplingIndex(int index)
setValue(double) to a sampling.
index - the index of the samplingpublic abstract void setValue(double val)
val - the valuepublic abstract void resetAllValues()
public abstract int getLengthOfBurnIn()
setValue(double).
public abstract String getInstanceName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||