distr (version 2.5.3)

DistrSymmList-class: List of Symmetries for a List of Distributions

Description

Create a list of symmetries for a list of distributions

Arguments

Objects from the Class

Objects can be created by calls of the form new("DistrSymmList", ...). More frequently they are created via the generating function DistrSymmList.

Extends

Class "list", from data part. Class "vector", by class "list".

concept

symmetry

See Also

DistributionSymmetry-class

Examples

Run this code
new("DistrSymmList", list(NoSymmetry(), SphericalSymmetry(SymmCenter = 1), 
                          EllipticalSymmetry(SymmCenter = 2)))

Run the code above in your browser using DataCamp Workspace