RNGMIX-class {rebmix} | R Documentation |
Class "RNGMIX"
Description
Object of class RNGMIX
.
Objects from the Class
Objects can be created by calls of the form new("RNGMIX", ...)
. Accessor methods for the slots are a.Dataset.name(x = NULL)
,
a.rseed(x = NULL)
, a.n(x = NULL)
, a.Theta(x = NULL)
, a.Dataset(x = NULL, pos = 0)
,
a.Zt(x = NULL)
, a.w(x = NULL)
, a.Variables(x = NULL)
, a.ymin(x = NULL)
and a.ymax(x = NULL)
,
where x
and pos
stand for an object of class RNGMIX
and a desired slot item, respectively.
Slots
Dataset.name
:-
a character vector containing list names of data frames of size
that d-dimensional datasets are written in.
rseed
:-
set the random seed to any negative integer value to initialize the sequence. The first file in
Dataset.name
corresponds to it. For each next file the random seed is decremented. The default value is
-1
. n
:-
a vector containing numbers of observations in classes
, where number of observations
.
Theta
:-
a list containing
parametric family types
pdfl
. One of"normal"
,"lognormal"
,"Weibull"
,"gamma"
,"Gumbel"
,"binomial"
,"Poisson"
,"Dirac"
,"uniform"
or circular"vonMises"
defined for. Component parameters
theta1.l
follow the parametric family types. One offor normal, lognormal, Gumbel and von Mises distributions,
for Weibull, gamma, binomial, Poisson and Dirac distributions and
for uniform distribution. Component parameters
theta2.l
followtheta1.l
. One offor normal, lognormal and Gumbel distributions,
for Weibull and gamma distributions,
for binomial distribution,
for von Mises distribution and
for uniform distribution. Component parameters
theta3.l
followtheta2.l
. One offor Gumbel distribution.
Dataset
:-
a list of length
of data frames of size
containing d-dimensional datasets. Each of the
columns represents one random variable. Numbers of observations
equal the number of rows in the datasets.
Zt
:-
a factor of true cluster membership.
w
:-
a vector of length
containing component weights
summing to 1.
Variables
:-
a character vector containing types of variables. One of
"continuous"
or"discrete"
. ymin
:-
a vector of length
containing minimum observations.
ymax
:-
a vector of length
containing maximum observations.
Author(s)
Marko Nagode