Learn R Programming

ecd (version 0.6.4)

ecdq-class: setClass for ecdq class

Description

setClass for ecdq class, the quantile generator

Arguments

Slots

call
the match.call slot
xseg.from,xseg.to
numeric vectors. The from and to for each x segment.
cseg.from,cseg.to
numeric vectors. The from and to for each cdf segment.
cseg.min,cseg.max
numeric. The min and max of cdf segments.
N_seg
numeric. Number of segments.
cdf.fit
A vector of lm object, one for each segment.
x_left_tail,x_right_tail
numeric. The starting x of left and right tails.
fit.left,fit.right
objects of lm class for fitting the tails.
conf
list of miscelaneous configurations. For debugging purpose.