f_cdf: Calculates cumulative density for a given pdf

View source: R/utils.R

f_cdfR Documentation

Calculates cumulative density for a given pdf

Description

Calculates cumulative density for a given pdf

Usage

f_cdf(x, probability_density, lower)

Arguments

x

a value

probability_density

an integratable probability density function

lower

a lower bound to integrate from

Value

a cdf value between 0 and 1


mellux-project/melluxdrc documentation built on March 25, 2022, 8:09 p.m.