ks_cdf: Calculates the probability of the value 'x' under the...

Description Usage Arguments Value

View source: R/stat.R

Description

Calculates the probability of the value x under the Kolmogorov Distribution.

Usage

1
ks_cdf(x, n = 20)

Arguments

x

A positive number.

n

A positive number. Number of terms to include in the Kolmogorov distribution. Defaults to 20.

Value

Probability of x.


trevor-harris/kstat documentation built on Aug. 8, 2020, 12:15 a.m.