Show the basic information about the distribution like name etc.

# S3 method for Distribution
as.character(x, ...)

# S3 method for Model
as.character(model)

Arguments

x

Distribution

...

further arguments passed to or from other methods

Value

character

Examples

d <- Distribution("name") print(d)
#> Probability distribution #> * Name:name #> * Info: #> * Variables: #> * Non-empty items: #> NULL