Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

breakpoints

Extract Model Breakpoints


Description

breakpoints is a generic function which extracts breakpoints from mistr composite distribution objects.

Usage

breakpoints(O)

## S3 method for class 'compdist'
breakpoints(O)

## S3 method for class 'trans_compdist'
breakpoints(O)

## S3 method for class 'comp_fit'
breakpoints(O)

Arguments

O

an object for which the extraction of model breakpoints is meaningful.

Value

Vector of extracted breakpoints form object.

See Also

Examples

N <- normdist(1, 3)
C <- cauchydist()

CC <- compdist(N, C, weights = c(0.5, 0.5), breakpoints = 1)
breakpoints(CC)

mistr

Mixture and Composite Distributions

v0.0.4
GPL-3
Authors
Lukas Sablica [aut, cre] (<https://orcid.org/0000-0001-9166-4563>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.