public abstract class UPSeriesModel.Est extends UPModel.Est
UPSeriesModel
.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
Constructor and Description |
---|
Est(Value ps)
Parameter(s) 'ps' may, for example, control a prior
on a Model's statistical parameters.
|
Modifier and Type | Method and Description |
---|---|
SeriesModel |
ds2Model(Value ds)
Given a data-set, ds, return a fully parameterised SeriesModel.
|
SeriesModel |
ds2SeriesModel(Value ds)
Synonym for
ds2Model(ds) . |
abstract SeriesModel |
ss2Model(Value ss)
Given statistics
ss =
stats(ds) of a data-set, ds,
return a fully parameterised SeriesModel. |
SeriesModel |
ss2SeriesModel(Value ss)
Synonym for
ss2Model(ds) . |
defnParams, sp2Model, stats, stats, toString
apply, asUPModel, ds2Model, ds2ModelSp, ss2ModelSp, stats, stats
public Est(Value ps)
public SeriesModel ds2Model(Value ds)
public final SeriesModel ds2SeriesModel(Value ds)
ds2Model(ds)
.public abstract SeriesModel ss2Model(Value ss)
stats(ds)
of a data-set, ds,
return a fully parameterised SeriesModel.public final SeriesModel ss2SeriesModel(Value ss)
ss2Model(ds)
.