get.distr-methods: Method 'get.distr': show the distribution

get.distrR Documentation

Method get.distr: show the distribution

Description

This functon return the cumulative distribution function of a distributionH object.

Usage

get.distr(object)

## S4 method for signature 'distributionH'
get.distr(object)

Arguments

object

a distributionH object.

Value

A data frame: the first column contains the domain the second the CDF values.

Examples

D <- distributionH(x = c(1, 2, 3, 4), p = c(0, 0.2, 0.6, 1))
get.distr(D) # a data.frame describing the CDF of D

Airpino/HistDAWass documentation built on Jan. 30, 2024, 7:53 p.m.