ladder_moment_pmf: Distribution of the first ladder moment.

Description Usage Arguments Value Examples

Description

Distribution of the first ladder moment.

Usage

1
ladder_moment_pmf(n, level, alpha, step_cdf, step_pdf)

Arguments

n

Argument to the PDF.

level

Level a to be crossed.

alpha

Alpha parameter of Kendall random walk.

step_cdf

CDF of the step distribution.

step_pdf

PDF of the step distribution.

Value

Value of PMF of the distribution of first ladder moment

Examples

1
2
prob <- ladder_moment_pmf(10, 1000, 0.5, pnorm, dnorm)
prob

kendallRandomWalks documentation built on May 2, 2019, 2:43 a.m.