cumm.kde: Calculate the Cummulative Probability Distribution of a KDE

cumm.kdeR Documentation

Calculate the Cummulative Probability Distribution of a KDE

Description

The cummulative distribution function (think of the kde as a differential probability distribuion).

Usage

cumm.kde(kde)

Arguments

kde

The input kde

Value

A list with 2 elements:

x

X coordinates of the CDF

y

Y coordinates of the CDF, normalized to 1.0.


rogerswt/wadeTools documentation built on Feb. 16, 2023, 7:47 a.m.