distr (version 1.3)

AbscontParameter-class: Class "AbscontParameter"

Description

The parameter of an absolutely continouos distribution, used by AbscontDistribution-class

Arguments

Objects from the Class

Objects can be created by calls of the form new("AbscontParameter"). Usually an object of this class is not needed on its own, it is generated automatically when an object of the class AbscontDistribution is instantiated.

Extends

Class "UnivariateParameter", directly. Class "Parameter", by class "UnivariateParameter".

See Also

Parameter-class UnivariateParameter-class AbscontDistribution-class

Examples

Run this code
A = new("AbscontParameter")
name(A) = "Parameter of AbscontDistribution"

Run the code above in your browser using DataLab