public class LaplaceUPM.M extends Continuous.M
UnParameterised
.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 |
---|---|
double |
b
The median, μ, and the scale, b, of this Model.
|
double |
mu
The median, μ, and the scale, b, of this Model.
|
Modifier and Type | Method and Description |
---|---|
double |
nlLH(Value ss)
Assumes that
statistics
are ~the data-set itself. |
double |
nlPdf_x(double x)
The pdf is
|
double |
random_x()
Generate a
random (double) from 'this' Model. |
asEstimator, asUPModel, m1m2sp, msg, msg1, msg1bits, msg2, msg2bits, msgBits, nl2LH, nl2Pr, pr, random, randomSeries, statParams, stats, stats, sumNlPr, transform, type, zeroTriv
public final double mu
public final double b
public M(double msg1, double msg2, Value sp)
public double nlPdf_x(double x)
Exponentials
back to back at μ.nlPdf_x
in class Continuous.M
public double nlLH(Value ss)
statistics
are ~the data-set itself.public double random_x()
random
(double) from 'this' Model.random_x
in class Continuous.M