public static class R_D.NrmDir extends R_D
R_D.NrmDir.M
Modifier and Type | Class and Description |
---|---|
class |
R_D.NrmDir.M
A fully parameterised Model of Vectors
in RD, made from a Model of
norms (Vector lengths) and a Model of
Directions . |
R_D.Forest, R_D.ForestSearch, R_D.NrmDir
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
Modifier and Type | Field and Description |
---|---|
int |
D
|
Direction |
dirnUPM
dirnUPM is the UnParameterised Model of
Direction in RD. |
UPModel |
normUPM
normUPM is the UnParameterised
Continuous Model of norm (length, magnitude, ...). |
Constructor and Description |
---|
NrmDir(Value dp)
Given dp = (normUPM, dirnUPM),
construct the UnParameterised Model.
|
Modifier and Type | Method and Description |
---|---|
int |
D()
Return
D , the dimension of
the data-space, RD. |
UPModel.Est |
estimator(Value ps)
|
Model |
sp2Model(double m1,
double m2,
Value sp)
Given 1st & 2nd part message lengths, m1 & m2, and
statistical parameters, sp = (norm's, dirn's),
return a fully parameterised Model.
|
Value |
stats(boolean add,
Value ss0,
Value ss1)
Calls upon stats of
normUPM and dirnUPM , and
may or may not equal R_D.NrmDir.M.stats(boolean,Value,Value) . |
Value |
stats(Vector ds,
int lo,
int hi)
The sufficient statistics, ss = stats(ds), of a data-set,
ds.
|
ds2L1stats, ds2NorL1stats, ds2Nstats
public final int D
public final UPModel normUPM
normUPM
is the UnParameterised
Continuous Model of norm (length, magnitude, ...).public NrmDir(Value dp)
public Model sp2Model(double m1, double m2, Value sp)
public Value stats(Vector ds, int lo, int hi)
normUPM
and dirnUPM
,
and may or may not equal R_D.NrmDir.M.stats(Vector,int,int)
.
More on stats here
.public Value stats(boolean add, Value ss0, Value ss1)
normUPM
and dirnUPM
, and
may or may not equal R_D.NrmDir.M.stats(boolean,Value,Value)
.