public abstract class Multivariate.M extends UPModel.M
Multivariate
,
Independent.M
and Dependent.M
.Model.Defaults, Model.Transform
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 |
---|
M(double msg1,
double msg2,
Value sps)
Given two-part message lengths, msg1 and msg2, and a
Tuple of statistical parameters, sps, construct a Model
of Tuples from the upms.
|
Modifier and Type | Method and Description |
---|---|
FunctionModel |
functionModel(int col,
Type colType)
Return a FunctionModel of Cs→col where col is of Bounded
Discrete colType and is one of 'this' MultiVariate's columns
(variables), and Cs is a Tuple of Values for all the
other columns (variables).
|
int |
width()
Return the enclosing Multivariate's
width() . |
asEstimator, asUPModel, m1m2sp, msg, msg1, msg1bits, msg2, msg2bits, msgBits, nl2LH, nl2Pr, nlLH, nlPr, pr, random, random, randomSeries, statParams, stats, stats, sumNlPr, transform, type, zeroTriv
public M(double msg1, double msg2, Value sps)
public int width()
width()
.public FunctionModel functionModel(int col, Type colType)