distr (version 2.6.2)

NoSymmetry-class: Class for Non-symmetric Distributions

Description

Class for non-symmetric distributions.

Arguments

Objects from the Class

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

Slots

type

Object of class "character": contains “non-symmetric distribution”

SymmCenter

Object of class "NULL"

Extends

Class "DistributionSymmetry", directly. Class "Symmetry", by class "DistributionSymmetry".

See Also

NoSymmetry, Distribution-class

Examples

Run this code
# NOT RUN {
new("NoSymmetry")
# }

Run the code above in your browser using DataCamp Workspace