Blank {gestate}R Documentation

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()

Details

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

Author(s)

James Bell

Examples

Blank()

[Package gestate version 1.6.0 Index]