public class Continuous.Transform.M extends Continuous.M
Continuous.Transform
.
Statistical parameters are as per the enclosing Continuous.
Note that a UPModel.Transform.M
is just a UPModel.M but
a Continuous.Transform.M is a (extends) Continuous.M. Also see
the related but different Continuous.M.Transform.MM
.transform(f)
.Continuous.M.Transform
Model.Defaults
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 |
---|---|
Continuous.M |
m
The Continuous.M Model 'm' doing the work behind the scenes.
|
Constructor and Description |
---|
M(double msg1,
double msg2,
Value sp)
Statistical parameter(s) 'sp' are as per
Continuous.M
and are used to create 'm '. |
Modifier and Type | Method and Description |
---|---|
double |
nlLH(Value ss)
|
double |
nlPdf_x(double x)
|
double |
random_x()
|
Value |
stats(boolean add,
Value ss0,
Value ss1)
Combine
statistics 'ss0' and 'ss1'
as 'm ' does. |
Value |
stats(Vector ds,
int lo,
int hi)
|
asEstimator, asUPModel, m1m2sp, msg, msg1, msg1bits, msg2, msg2bits, msgBits, nl2LH, nl2Pr, pr, random, randomSeries, statParams, stats, stats, sumNlPr, transform, type, zeroTriv
public final Continuous.M m
public M(double msg1, double msg2, Value sp)
Continuous.M
and are used to create 'm
'.public double nlPdf_x(double x)
nlPdf_x
in class Continuous.M
public Value stats(boolean add, Value ss0, Value ss1)
statistics
'ss0' and 'ss1'
as 'm
' does.public double random_x()
random_x
in class Continuous.M