public static class R_D.Independent extends R_D
R_D.Independent.M
.
Also see the Multivariate Model Independent
.Modifier and Type | Class and Description |
---|---|
class |
R_D.Independent.M
A Vector of parameterised Continuous Models makes a parameterised
Model of Continuous Vectors RD.
|
R_D.Forest, R_D.ForestSearch, R_D.Independent, R_D.NrmDir, R_D.Transform
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 | Field and Description |
---|---|
int |
D
The number of columns of the data.
|
Continuous |
upm
The UnParameterised Model, upm, that will be used, in different
parameterisations, to model each column of the data.
|
Constructor and Description |
---|
Independent(Value dp)
Problem defining parameters are
dp=〈@link #upm upm},
D 〉. |
Modifier and Type | Method and Description |
---|---|
int |
D()
D(), the dimension of the data-space RD.
|
UPModel.Est |
estimator(Value ps)
Use
upm 's estimator to estimate message lengths
and statistical parameters for each column of the data. |
R_D.Independent.M |
sp2Model(double m1,
double m2,
Value sps)
Given two-part message lengths msg1 & msg2, and statistical
parameter sp, return a fully parameterised
M-Model . |
Vector |
stats(boolean add,
Value ss0,
Value ss1)
Combine each ith of the collections of D
statistics, ss0 and ss1, as
upm does. |
Vector |
stats(Vector ds,
int lo,
int hi)
Return a Vector of statistics, one element for each
(yet to be) parameterised instance of
upm . |
ds2L1stats, ds2NorL1stats, ds2Nstats, transform
public final Continuous upm
public final int D
public int D()
R_D
public R_D.Independent.M sp2Model(double m1, double m2, Value sps)
UPModel
public Vector stats(Vector ds, int lo, int hi)
upm
.public Vector stats(boolean add, Value ss0, Value ss1)
upm
does.public UPModel.Est estimator(Value ps)
upm
's estimator to estimate message lengths
and statistical parameters for each column of the data.
This estimator needs a Vector, ps, of estimator parameters
because there may be different priors for each column.