public abstract class UPFunctionModel extends UPModel
UPFunctionModel.M
and FunctionModel
. Also see
UPModel
and UPSeriesModel
.Modifier and Type | Class and Description |
---|---|
class |
UPFunctionModel.Est
A class of Estimator of FunctionModel, that uses
information from its enclosing
UPFunctionModel . |
static class |
UPFunctionModel.K
A very simple UnParameterised Function Model that uses a
single Model for every output datum, od, regardless of
the input datum, id.
|
class |
UPFunctionModel.M
M, the (abstract) fully parameterised Function Model class of
an
UnParameterised Function 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 |
---|
UPFunctionModel(Value dp)
'dp' is given, problem-defing parameters.
|
Modifier and Type | Method and Description |
---|---|
FunctionModel |
apply(Value sp)
Return the fully parameterised
UPFunctionModel.M with
statistical parameters sp. |
abstract FunctionModel |
sp2Model(double m1,
double m2,
Value sp)
Given two-part message lengths, msg1 and msg2, and statistical
parameter(s), sp, return a fully parameterised
Function
Model . |
defnParams, estimator, main, stats, stats, stats, stats, toString, transform
public UPFunctionModel(Value dp)
public FunctionModel apply(Value sp)
UPFunctionModel.M
with
statistical parameters sp.public abstract FunctionModel sp2Model(double m1, double m2, Value sp)
Model
.