public abstract static class UPSeriesModel.Length extends UPSeriesModel
lengths
(as opposed to a terminating Value/symbol).
Also see fully parameterised UPSeriesModel.Length.M
.Modifier and Type | Class and Description |
---|---|
class |
UPSeriesModel.Length.M
Fully parameterised Model of Series having an explicit Model
of
lengths (as opposed to a terminating
Value/symbol). |
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
Constructor and Description |
---|
Length(Value dp)
'dp' is the problem-defining parameter(s), possibly trivial.
|
Modifier and Type | Method and Description |
---|---|
Value |
lenStats(Vector seqs,
int lo,
int hi)
Return
lenUPM() .stats(seqs,lo.hi) statistics of
the lengths of seqs, a data-set of Vectors. |
abstract UPModel |
lenUPM()
Return the explicit, UnParameterised Model of Series lengths.
|
apply, sp2Model
defnParams, estimator, main, stats, stats, stats, stats, toString, transform
public Length(Value dp)
public abstract UPModel lenUPM()
public Value lenStats(Vector seqs, int lo, int hi)
lenUPM()
.stats(seqs,lo.hi) statistics of
the lengths of seqs, a data-set of Vectors.
This is used in stats(seqs)
.
Also see UPSeriesModel.Length.M.lenStats(la.maths.Vector, int, int)
.