amp
is the class for diagonal matrix model specification;
such models are internally initialized when a tri-linear-type
model is fit to the data via passing the argument opt
to fitModel
as an object of class opt
in which
the slot trilinear
has the value TRUE
.
All objects of class amp
are sub-classes of
class dat
; see documentation for dat
for a description of
these slots.
Objects can be created by calls of the form new("amp", ...)
or
amp(...)
.
list of vectors of starting values for the parameters of the amplitudes for each dataset; one vector of values is used to parameterize the values corresponding to each dataset.
Class kin-class
, directly.
Katharine M. Mullen, Ivo H. M. van Stokkum
See kin-class
for an
example of the initialization of a
kin
object via the initModel
function.
kin-class
, spec-class
, opt-class