Description Usage Arguments Details Value Examples
View source: R/f3.rbsb4.code.r
Returns the different supports of an /empirical/ that is the minimum
segment where stand the variation of the random variable, taking into
account (or not) the @sup slot. See the section 'value' for
details.
| 1 | range5empirical(empi)
 | 
| empi | The  | 
empi is not normalized, so the range can exceed the
@sup.
A list with four components: $rcon: the range of the
continuous part (code{c(NA,NA)} if it does not exist).
$rdis: the set of possible values for the discrete part
(code{numeric(0)} if it does not exist). $remp: the range of
both parts not taking into account the slot @sup.
$rang: the range of both parts taking into account the slot
@sup, identical to $remp after normalisation.
| 1 2 |  rbsb3k("RESET"); # for R checking compliance (useless)
 range5empirical(new("empirical"));
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.