nhpprate | R Documentation |
This function determines the rate of a non-homogeneous Poisson process.
nhpprate(A = 240, a = 1, b = 1, phi = 1, t = 1, n = 3000)
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. |
A numeric value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.