public class Linear1.M extends UPFunctionModel.M implements HasPdf
Model.Defaults, Model.Transform
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 parameters of the Model
|
double |
b
Statistical parameters of the Model
|
double |
sigma
Statistical parameters of the Model
|
Modifier and Type | Method and Description |
---|---|
NormalUPM.M |
condModel(Value x)
Conditional Model of output datum y given input datum x, i.e., the
Normal , |
double |
nlLH(Value ss)
Given a data-set,
stats(ds) , |
double |
nlPdf(Value xy)
Negative log pdf of 'y'
given 'x'. |
double |
pdf(Value xy)
pdf of 'y'
given 'x'. |
asUPModel, condNl2Pr, condNlPr, condPr, nlPr, pr, random, random
asEstimator, m1m2sp, msg, msg1, msg1bits, msg2, msg2bits, msgBits, nl2LH, nl2Pr, random, randomSeries, statParams, stats, stats, sumNlPr, transform, type, zeroTriv
public final double a
public final double b
public final double sigma
public M(double msg1, double msg2, Value sps)
public NormalUPM.M condModel(Value x)
Normal
, condModel
in class FunctionModel