public class Alignment.UPSame.M extends UPSeriesModel.Length.M
sm3
, smE
and x2y
.
The UnParameterised SeriesModel is Alignment.UPSame
.SeriesModel.Analysis
Model.Defaults
Value.Atomic, Value.Bool, Value.Char, Value.Chars, Value.Cts, Value.Defer, Value.Discrete, Value.Enum, Value.Inc_Or, Value.Int, Value.Lambda, Value.List, Value.Maybe, Value.Option, Value.Real, Value.Scannable, Value.Structured, Value.Triv, Value.Tuple
Modifier and Type | Field and Description |
---|---|
UPSeriesModel.Length.M |
sm3
sm3, the SeriesModel of
|
SeriesModel |
smE
smE, the SeriesModel of elements.
|
FunctionModel |
x2y
x2y, the Function Model of l→r and r→l.
|
Modifier and Type | Method and Description |
---|---|
SeriesModel.Analysis |
analysis(Value.Scannable sv)
Separate out match/indel, Left elements, and Right elements
from sv, do analyses of each, combine results.
|
Model |
lenMdl()
sm3 .lenMdl() provides the Model of lengths. |
double |
nlLH(Value ss)
Given sufficient statistics,
ss =
stats(ds) , of a data-set, ds,
return the negative log LikeliHood, nlLH(ss), of ds. |
lenStats, nlPr, random
asUPModel
asEstimator, m1m2sp, msg, msg1, msg1bits, msg2, msg2bits, msgBits, nl2LH, nl2Pr, pr, random, randomSeries, statParams, stats, stats, sumNlPr, type, zeroTriv
public final UPSeriesModel.Length.M sm3
public final SeriesModel smE
public final FunctionModel x2y
public M(double msg1, double msg2, Value sp)
public double nlLH(Value ss)
Model
stats(ds)
, of a data-set, ds,
return the negative log LikeliHood, nlLH(ss), of ds. Make sure that
nlLH(ss), ss = stats(ds,lo,hi)
,
and any Estimator
are consistent!public Model lenMdl()
sm3
.lenMdl() provides the Model of lengths.lenMdl
in class UPSeriesModel.Length.M
public SeriesModel.Analysis analysis(Value.Scannable sv)
analysis
in class SeriesModel