Modifier and Type | Class and Description |
---|---|
class |
Sequences.K.M
K.M uses the same Model,
Sequences.K.M.eltMdl , for every element of
a Sequence. |
Sequences.K, Sequences.LtoR
UPModel.Est, 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 |
---|---|
UPModel |
eltUPM
The (UnParameterised) Model to be used as the
Model of every element of every Sequence datum.
|
Constructor and Description |
---|
K(Value dp)
dp = ⟨
Sequences.lengthUPM , eltUPM ⟩. |
Modifier and Type | Method and Description |
---|---|
UPModel.Est |
estimator(Value ps)
Return the Estimator of a
K.M . |
Sequences.K.M |
sp2Model(double msg1,
double msg2,
Value sp)
Return a fully parameterised
K.M Model. |
Value |
stats(boolean add,
Value ss0,
Value ss1)
Return ⟨
lengthStats , eltStats⟩. |
Value |
stats(Vector ds,
int lo,
int hi)
Return ⟨
lengthStats , eltStats⟩. |
lengthStats, lengthStats
public final UPModel eltUPM
Sequences.K.M.eltMdl
.public K(Value dp)
public Value stats(Vector ds, int lo, int hi)
lengthStats
, eltStats⟩.
Note, may or may not be the same as
Sequences.K.M.stats(Vector,int,int)
.public Value stats(boolean add, Value ss0, Value ss1)
lengthStats
, eltStats⟩.
Note, may or may not be the same as
Sequences.K.M.stats(boolean,Value,Value)
.public Sequences.K.M sp2Model(double msg1, double msg2, Value sp)
K.M
Model.public UPModel.Est estimator(Value ps)
K.M
.