cdf.uniform: Cumulative distribution function of a uniform distribution

Description Usage Arguments Details Value

Description

Provides the cumulative distribution function (CDF) of a uniform distribution at a specific value.

Usage

1
cdf.uniform(bounds, value)

Arguments

bounds

a numeric vector indicating the support (lower and upper bounds) of the uniform distribution

value

a numeric value specifying the densities to compute

Details

This function is used internally when comparing the marker expression densities of gate profiles with the default comparison approach. This function can also be used by users willing to define their own statistical functions for comparing cell, cell cluster or gate profiles.

Value

a numeric value of the cumulative distribution value


tchitchek-lab/CytoCompare documentation built on May 31, 2019, 7:29 a.m.