Description Usage Arguments Examples
View source: R/distance_hawkes.R
Generate the state
1 | generate_state(init, n, lower, upper, sd, a = 1)
|
init |
initial value |
n |
number of states to generate |
lower |
lower bound |
upper |
upper bound |
sd |
standard deviation of normal |
a |
coefficient to apply |
1 2 | init <- 2.5
x <- generate_state(init, 10, 0, 3.5, 1, 0.9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.