Learn R Programming

gestate (version 1.3.2)

Blank: Blank Curve constructor function

Description

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.

Usage

Blank()

Arguments

Details

The blank pseudo-distribution is used for impossible events, notably where censoring is not possible/allowed. f(x) = 0 F(x) = 0

Examples

Run this code
# NOT RUN {
Blank()
# }

Run the code above in your browser using DataLab