Description Objects from the Class Slots Methods Note Author(s) See Also Examples
A class representing a mixture component.
Objects can be created by calls of the form new("MixtureComponent", ...)
.
name
:Object of class "character"
giving the
name or type of the mixture component.
parameters
:Object of class "list"
storing the
parameters of corresponding distribution.
pdf
:Object of class "function"
giving the pdf
of the mixture component.
color
:Object of class "character"
giving the
color of the component that is used by plotting methods.
signature(object = "MixtureComponent")
: A method
plotting a summary of the component on screen.
The element in parameters
should be named by the argument names
of pdf
such that this call works:
do.call(object@pdf, c(list(x=data), object@parameters))
Hans-Ulrich Klein (h.klein@uni-muenster.de)
1 | showClass("MixtureComponent")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.