public class ExponentialUPM.M extends Continuous.M
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 |
A
Statistical parameter 'A', the mean.
|
Constructor and Description |
---|
M(double msg1,
double msg2,
Value A)
Note that
A is the mean (and standard deviation). |
Modifier and Type | Method and Description |
---|---|
double |
nlLH(Value ss)
See
stats(...)
of a data-set ds; for N data, {xi},
|
double |
nlPdf_x(double x)
The pdf is
|
double |
random_x()
Return random double from this Model, that is
A *times;log(x), where x is uniform in [0,1). |
asEstimator, asUPModel, m1m2sp, msg, msg1, msg1bits, msg2, msg2bits, msgBits, nl2LH, nl2Pr, pr, random, randomSeries, statParams, stats, stats, sumNlPr, transform, type, zeroTriv
public double nlPdf_x(double x)
nlPdf_x
in class Continuous.M
public double nlLH(Value ss)
stats(...)
of a data-set ds; for N data, {xi},
public double random_x()
A
*times;log(x), where x is uniform in [0,1).random_x
in class Continuous.M