Blank: Blank Curve constructor function

View source: R/curve_constructors.R

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

gestate documentation built on April 26, 2023, 5:10 p.m.