setTruncated<- {cascsim} | R Documentation |
Set the indicator of truncated distribution.
Description
Set the indicator of truncated distribution.
Usage
setTruncated(this, ...) <- value
## S4 replacement method for signature 'Distribution,logical'
setTruncated(this) <- value
Arguments
this |
Distribution Object |
... |
Additional function arguments. |
value |
Boolean to indicate whether the distribution is truncated by min and max or not. |
[Package cascsim version 0.4 Index]