public abstract class UPSeriesModel extends UPModel
UPSeriesModel.M
and SeriesModel
. Also see
UPModel
and UPFunctionModel
.Modifier and Type | Class and Description |
---|---|
class |
UPSeriesModel.Est
A class of Estimator of SeriesModel, that uses
information from its enclosing
UPSeriesModel . |
static class |
UPSeriesModel.K
A very simple, UnParameterised SeriesModel that uses a given
UnParameterised Model of length ≥ 0, and a given
UnParameterised Model of (every) element.
|
static class |
UPSeriesModel.Length
A subclass of UPSeriesModels where Length.M has an explicit model of
lengths (as opposed to a terminating Value/symbol). |
class |
UPSeriesModel.M
The (abstract) fully parameterised Series Model.
|
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 |
---|
UPSeriesModel(Value dp)
Given problem-defining parameter(s) 'dp', construct a SeriesModel.
|
Modifier and Type | Method and Description |
---|---|
SeriesModel |
apply(Value sp)
Return the fully parameterised SeriesModel with
statistical parameters sp.
|
abstract SeriesModel |
sp2Model(double msg1,
double msg2,
Value sp)
Two part message lengths, msg1 and msg2, and
statistical parameters, sp, return a fully parameterised
UPSeriesModel.M . |
defnParams, estimator, main, stats, stats, stats, stats, toString, transform
public UPSeriesModel(Value dp)
public SeriesModel apply(Value sp)
public abstract SeriesModel sp2Model(double msg1, double msg2, Value sp)
UPSeriesModel.M
.