View source: R/curve_constructors.R
Blank | R Documentation |
This creates a Curve object for a 'Blank' pseudo-distribution.
Curve objects contain all necessary information to describe a distribution, including functions and parameters describing it.
This distribution is 0 by definition for all times. It is not therefore a true probability distribution.
Blank()
The blank pseudo-distribution is used for impossible events, notably where censoring is not possible/allowed.
f(x) = 0
F(x) = 0
James Bell
Blank()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.