public abstract static class Continuous.Bounded extends Continuous
Modifier and Type | Class and Description |
---|---|
class |
Continuous.Bounded.M
Fully parameterised Bounded Continuous Models.
|
Continuous.Bounded, Continuous.Transform, Continuous.Uniform
UPModel.Est
Function.Native.WithInverse
Function.Cts2Cts, Function.Cts2Cts2Cts, Function.CtsD2CtsD, Function.HasInverse, 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
Modifier and Type | Method and Description |
---|---|
abstract Value.Tuple |
bounds()
Return (lwb, upb) of the data-space.
|
double |
lwb_x()
The lower bound of the data-space as a double.
|
Value.Cts |
lwb()
The lower bound,
bounds() .fst(). |
double |
upb_x()
The upper bound of the data-space as a double.
|
Value.Cts |
upb()
The upper bound,
bounds() .snd(). |
sp2Model, transform
apply, defnParams, estimator, main, stats, stats, stats, stats, toString, transform
public Bounded(Value dp)
public abstract Value.Tuple bounds()
public double lwb_x()
public double upb_x()