public class HeavyTail.Over_x1.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 |
---|---|
protected double |
delta_x
The double version of δ>1, and
the normalising constant 'k'.
|
protected double |
k
The double version of δ>1, and
the normalising constant 'k'.
|
Constructor and Description |
---|
M(double msg1,
double msg2,
Value delta)
Real-valued δ>1.
|
Modifier and Type | Method and Description |
---|---|
protected double |
f(double x)
f(x) = 1/(1+x)δ, where δ>1.
|
double |
nlLH(Value ss)
The negative log likelihood, nlLH(ss), of a data-set ds
having statistics ss=stats(ds) (= ds itself).
|
double |
nlPdf_x(double x)
The negative log of
pdf_x(x) . |
double |
pdf_x(double x)
A log-symmetric probability density function.
|
nlPdf, random_x, random_x, random, random, random, transform
asEstimator, asUPModel, m1m2sp, msg, msg1, msg1bits, msg2, msg2bits, msgBits, nl2LH, nl2Pr, pr, random, randomSeries, statParams, stats, stats, sumNlPr, transform, type, zeroTriv
public double pdf_x(double x)
public double nlPdf_x(double x)
pdf_x(x)
.nlPdf_x
in class Continuous.M
protected double f(double x)
pdf_x(x)
.