continuous2cumulative: cumulative of the continuous part

Description Usage Arguments Details Value Examples

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

Description

This function returns the values of the cumulative of a continous part of an /empirical/ for the values of x.

Usage

1
continuous2cumulative(xyco, x, norma=FALSE)

Arguments

xyco

The empirical@xy to consider.

x

Values for which the values must be computed.

norma

Indicates if a normalization to one must be done.

Details

Values are not normalized, to obtain them just use normalize8empirical before extracting the continuous part.

Value

The resulting values.

Examples

1
2
3
4
 rbsb3k("RESET"); # for R checking compliance (useless)
 xx <- seq(0, 6, 0.3);
 xy <- matrix(c(1:5, 0, 1, 3, 3, 0), 5);
 cbind(xx, continuous2cumulative(xy, xx));

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