Method for obtaining the parameters of a normal object.

# S3 method for class 'normal'
params(x)

Arguments

x

The object to obtain the parameters of

Value

A named vector of parameters

Examples

x <- normal(3, 2)
params(x)
#>  mu var 
#>   3   2