generate_state: Generate the state

Description Usage Arguments Examples

View source: R/distance_hawkes.R

Description

Generate the state

Usage

1
generate_state(init, n, lower, upper, sd, a = 1)

Arguments

init

initial value

n

number of states to generate

lower

lower bound

upper

upper bound

sd

standard deviation of normal

a

coefficient to apply

Examples

1
2
init <- 2.5
x <- generate_state(init, 10, 0, 3.5, 1, 0.9)

AnthonyEbert/StateSpaceInference documentation built on May 25, 2021, 2:45 a.m.