Description Usage Arguments Value
View source: R/SimulatingSpikes.R
Simulate spike sequences
1 2 3 4 5 6 7 8 9 10 11 | simulate_spikes(
end.time,
int.fn,
hyper,
steps = 1000,
T.min = NULL,
ISI.type = "Gamma",
sequences = 1,
add.end = TRUE,
do.log = T
)
|
end.time |
The length of time we want to simulate spikes |
int.fn |
The intensity function |
hyper |
The ISI parameter |
steps |
The number of steps to split the experiment into |
T.min |
Refractory period (Where pdf = 0) |
ISI.type |
The ISI distribution |
sequences |
The number of spike sequences to generate |
add.end |
Do we include the end time on the end of the spikes |
do.log |
Flag for whether we do the calculations on the log scale |
Matrix containing multiple spikes sequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.