powered by
breakpoints is a generic function which extracts breakpoints from mistr composite distribution objects.
breakpoints
mistr
breakpoints(O)# S3 method for compdist breakpoints(O)# S3 method for trans_compdist breakpoints(O)# S3 method for comp_fit breakpoints(O)
# S3 method for compdist breakpoints(O)
# S3 method for trans_compdist breakpoints(O)
# S3 method for comp_fit breakpoints(O)
Vector of extracted breakpoints form object.
an object for which the extraction of model breakpoints is meaningful.
parameters, weights
parameters
weights
N <- normdist(1, 3) C <- cauchydist() CC <- compdist(N, C, weights = c(0.5, 0.5), breakpoints = 1) breakpoints(CC)
Run the code above in your browser using DataLab