public class Markov extends UPSeriesModel.Length
Markov.M
.Modifier and Type | Class and Description |
---|---|
class |
Markov.M
Markov.M, the fully parameterised Markov Model, of a given
order , for data [lwb, upb]*. |
UPSeriesModel.Est, UPSeriesModel.K, UPSeriesModel.Length
UPModel.Transform
Function.Native.WithInverse
Function.Cts2Cts, Function.Cts2Cts2Cts, Function.CtsD2CtsD, Function.HasInverse, Function.Native, Function.Native2, Function.Native3
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 |
---|---|
int |
lwb
The Markov Models are of a given 'order', over Series of
data, [lwb, upb]* (bounds as ints).
|
int |
order
The Markov Models are of a given 'order', over Series of
data, [lwb, upb]* (bounds as ints).
|
int |
upb
The Markov Models are of a given 'order', over Series of
data, [lwb, upb]* (bounds as ints).
|
Modifier and Type | Method and Description |
---|---|
UPSeriesModel.Est |
estimator(Value ps)
Return the Markov Model Estimator.
|
UPModel |
lenUPM()
Return the explicit, UnParameterised Model of Series lengths.
|
Markov.M |
sp2Model(double msg1,
double msg2,
Value sp)
Given two part message lengths, msg1 and msg2, and
statistical parameters, sp, return a fully
parameterised Markov Model. |
Value |
stats(boolean add,
Value ss0,
Value ss1)
Calls upon stats(add,.,) of
lenUPM . |
Value |
stats(Vector seqs,
int lo,
int hi)
Collect statistics, ss = stats(seqs,lo,hi), of
a data-set, that is of a Vector of Vectors, seqs.
|
lenStats
apply
public final int order
public final int lwb
public final int upb
public Markov(Value dp)
public UPModel lenUPM()
UPSeriesModel.Length
lenUPM
in class UPSeriesModel.Length
public Markov.M sp2Model(double msg1, double msg2, Value sp)
parameterised
Markov Model.sp2Model
in class UPSeriesModel
public Value stats(Vector seqs, int lo, int hi)
lenUPM
vai UPSeriesModel.Length.lenStats(la.maths.Vector, int, int)
.public UPSeriesModel.Est estimator(Value ps)
lenUPM
.