coef.PPSfit {ParetoPosStable}R Documentation

Parameter estimates in a PPSfit Object

Description

coef returns the parameter estimates in a PPSfit Object

Usage

## S3 method for class 'PPSfit'
coef(object, ...)

Arguments

object

A PPSfit object, typically from PPS.fit().

...

Other arguments.

Value

A list with the parameter estimates.

See Also

PPS.fit.

Examples

x <- rPPS(50, 1.2, 100, 2.3)
fit <- PPS.fit(x)
coef(fit)

[Package ParetoPosStable version 1.1 Index]