Skip to contents

This function determines the rate of a non-homogeneous Poisson process.

Usage

nhpprate(A = 240, a = 1, b = 1, phi = 1, t = 1, n = 3000)

Arguments

A

Mean total demand across all customer types. Default 200.

a

Beta distribution parameter 1. Default 1.

b

Beta distribution parameter 2. Default 1.

phi

Percentage of total demand for this customer type. Default 1.

t

Current time point. Default 1.

n

Total number of time points that will be generated. Default 3000.

Value

A numeric value.