pempirical: returns the distribution function of an /empirical/

Description Usage Arguments Value Examples

View source: R/f3.rbsb4.code.r

Description

This function returns the cumulative distribution function of an /empirical/ object for different values of the random variable.

Usage

1
pempirical(x, empi)

Arguments

x

Vector of values for which the distribution is wanted.

empi

The empirical object to consider.

Value

A vector with same length as x;

Examples

1
2
 rbsb3k("RESET"); # for R checking compliance (useless)
 pempirical(seq(0, 4, 0.5), new("empirical"));

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to pempirical in rbsb...