Wenlab / Computation-Neuro-Course

Welcome to the land of C Neuro.
MIT License
35 stars 7 forks source link

Homework7 4 #24

Closed dduyh closed 5 years ago

dduyh commented 5 years ago

I have some confusion about the problem 4 in homework 7. What does that mean by "the phase  is drawn uniformly between 0 and 2pi for each trial"? Does that mean the theta changes randomly through time? Is that still a Poisson or inhomogeneous Poisson process?

wenquan commented 5 years ago

You are right. The average number of spikes can be done in two parts.

You will find that the results are the same as homogeneous poisson process, because the average over \theta will cancel out the second term.

However, this is not the case when you compute the variance . The reason is that there would be a term.

Enjoy.

dduyh commented 5 years ago

I got it! So that r(t) means every time I start to test a new trial, the phase will be changed randomly, right?