|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstatalign.postprocess.utils.LogLikelihoodTraceContainer
public class LogLikelihoodTraceContainer
A container class that stores a loglikelihood value and a logical value if the sample comes from the burn-in period or not.
| Field Summary | |
|---|---|
boolean |
burnin
It tells if the sample comes from the burn-in phase or not. |
double |
loglikelihood
The log-likelihood value |
| Constructor Summary | |
|---|---|
LogLikelihoodTraceContainer(double loglikelihood,
boolean burnin)
This constructor sets the values in the container. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double loglikelihood
public boolean burnin
| Constructor Detail |
|---|
public LogLikelihoodTraceContainer(double loglikelihood,
boolean burnin)
loglikelihood - The loglikelihood valueburnin - It is true, if the sample comes from the burn-in phase.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||