internals_for_RobAStBase {RobAStBase} | R Documentation |
These functions are used internally by package RobAStBase.
.eq(x,y = 0*x, tol = 1e-7) .getDistr(L2Fam)
x |
a (numeric) vector |
y |
a (numeric) vector |
tol |
numeric — tolerance |
L2fam |
object of class L2ParamFamily |
.eq
checks equality of two vectors up to a given precision;
.getDistr
produces a string with the class of the family and its parameter value;
.eq |
(a vector of) logical . |
.getDistr |
character . |
Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de