Huberize-methods
From distr v2.6
by Peter Ruckdeschel
Methods for function Huberize in Package `distr'
Huberize-methods
- Keywords
- methods, distribution
Usage
Huberize(object, ...)
"Huberize"(object,lower,upper, withSimplify = getdistrOption("simplifyD"))
Arguments
- object
- distribution object
- ...
- further arguments for
Huberize
; takes uplower
,upper
,withSimplify
. - lower
- numeric; lower truncation point
- upper
- numeric; upper truncation point
- withSimplify
- logical; is result to be piped through a call to
simplifyD
?
Value
Methods
- Huberize
signature(object = "AcDcLcDistribution")
: returns the unconditioned distribution ofmin(upper,max(X,lower))
, ifX
is distributed according toobject
; the result is of class"UnivarLebDecDistribution"
in general.
See Also
Examples
Hub <- Huberize(Norm(),lower=-1,upper=2)
Hub
plot(Hub)
Community examples
Looks like there are no examples yet.