public class Continuous.M.Transform extends Continuous
Continuous.M.Transform.MM
.
Also see the related but different Continuous.Transform
.transform(f)
.Modifier and Type | Class and Description |
---|---|
class |
Continuous.M.Transform.MM
(Wanted to call this class M, as in Continuous.M.Transform.M,
but the compiler (1.8.0_101) objects.)
The fully, trivially parameterised...M.
|
Continuous.Bounded, Continuous.M, Continuous.Transform, Continuous.Uniform
UPModel.Est
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 |
---|---|
Function.Cts2Cts |
f
The Function, f:Cts→Cts, doing the transforming of data.
|
Continuous.M.Transform.MM |
Mdl
The fully (trivially) parameterised
Continuous.M.Transform.MM Model. |
Constructor and Description |
---|
Transform(Value f)
The "problem defining" parameter 'f' is a Cts2Cts
and is saved in '
f '. |
Modifier and Type | Method and Description |
---|---|
Estimator |
estimator(Value t)
Trival estimator, always "estimates"
Mdl . |
Continuous.M.Transform.MM |
sp2Model(double msg1,
double msg2,
Value sp)
Given two-part message lengths msg1 & msg2, and statistical
parameter sp, return a fully parameterised
M-Model . |
Value |
stats(boolean add,
Value ss0,
Value ss1)
Combine
statistics ss0 and ss1 as
as per the enclosing Continuous.M.this does. |
Value |
stats(Vector ds,
int lo,
int hi)
As per the enclosing Continuous.M.this's stats(...) on the
transformed data-set, ds.map(
f ). |
transform
public final Function.Cts2Cts f
public final Continuous.M.Transform.MM Mdl
Continuous.M.Transform.MM
Model.public Value stats(Vector ds, int lo, int hi)
f
).public Value stats(boolean add, Value ss0, Value ss1)
statistics
ss0 and ss1 as
as per the enclosing Continuous.M.this does.public Continuous.M.Transform.MM sp2Model(double msg1, double msg2, Value sp)
UPModel
M-Model
.
If 'this' UPModel produces a Model m, then
sp2Model(m.msg1(), m.msg2(), m.statParams())
must be equivalent to m. Also see apply(sp)
.sp2Model
in class Continuous