public abstract class Continuous extends ByPdf
Cts
Values by specifying a (-log) probability
density function, Continuous.M.nlPdf_x(double)
, on a Value's 'x()'.Modifier and Type | Class and Description |
---|---|
static class |
Continuous.Bounded
UnParameterised Bounded Continuous Models, over
a range,
|
class |
Continuous.M
The (abstract) class of fully parameterised Continuous Models.
|
static class |
Continuous.Uniform
The "UnParameterised" Uniform Continuous Model on the range
|
UPModel.Est
Function.Cts2Cts, Function.Derivative, Function.Integral, Function.Native, Function.Native2, Function.Native3
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
Constructor and Description |
---|
Continuous(Value dp) |
Modifier and Type | Method and Description |
---|---|
abstract Continuous.M |
sp2Model(double msg1,
double msg2,
Value sp)
Given two-part message lengths msg1 & msg2, and statistical
parameter sp, return a fully parameterised
M-Model . |
apply, defnParams, estimator, main, stats, stats, stats, stats, toString
public Continuous(Value dp)
public abstract Continuous.M sp2Model(double msg1, double msg2, Value sp)
UPModel