Class "amp" for diagonal matrix model specification.
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. class
Objects can be created by calls of the form new("amp", ...)
or amp(...)
.
amps: 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.
autoclp0:
C2:
chinde:
clinde:
clp0:
clpCon:
clpdep:
clpequ:
clpequspec:
clpequspecBD:
clpType:
cohcol:
compnames:
constrained:
datafile:
datCall:
drel:
dscalspec:
E2:
fixed:
free:
fvecind:
getX:
getXsuper:
highcon:
inten:
iter:
lclp0:
lclpequ:
lowcon:
makeps:
mhist:
mod_type:
mvecind:
ncomp:
nl:
nt:
nvecind:
outMat:
parnames:
positivepar:
prel:
prelspec:
psi.df:
psi.weight:
pvecind:
satMat:
scalx:
sigma:
simdata:
title:
usecompnames0:
usecompnamesequ:
weight:
weightList:
weightM:
weightpar:
weightsmooth:
x:
x2:
Class kin-class
, directly.
See kin-class
for an example of the initialization of a kin
object via the initModel
function.
Katharine M. Mullen, Ivo H. M. van Stokkum
kin-class
, spec-class
, opt-class