pnorm_arrival_departure: Normal Arrival-Departure Distribution Function

View source: R/utils.R

pnorm_arrival_departureR Documentation

Normal Arrival-Departure Distribution Function

Description

Normal Arrival-Departure Distribution Function

Usage

pnorm_arrival_departure(x, mean = 0, sd = 1, residence = 6)

Arguments

x

A numeric vector of the times to calculate the distribution for.

mean

A number of the mean arrival time.

sd

A non-negative number of the standard deviation of the arrival timing.

residence

A number of the residence time.

Value

A numeric vector of the proportion present at x.

Examples

x <- seq(-5,7,by = 0.1) 
plot(x, pnorm_arrival_departure(x), type = "l")

poissonconsulting/dts documentation built on March 10, 2024, 6:21 a.m.