Gonzalo E. Mena bio photo

Gonzalo E. Mena

Twitter   G. Scholar LinkedIn Github e-Mail

In the GitHub site there are two examples (in Matlab) for illustrating the methods presented in the article. The first example (ExampleRenewal.m) corresponds to a Renewal Process (with inverse Gaussian ISI-distribution and an absolute refractory period). The log likelihood is computed using the four presented methods (DR1, DR2, CT, GL) The second example (ExampleGLM.m) is a simple GLM model with one dimensional covariate, two parameters to be estimated and a piecewise linear refractory function r(t). First, a spike train is simulated (T=40s), and then estimation is done using Newton Method with backtracking linesearches, using both DR1 and GL. Nodes and weights were already saved in .mat files. There are several ways of computing these weights. For the GL quadrature, We used Greg von Winckel’s algorithm , in which the nodes are obtained as the roots of the derivatives of the Legendre polynomials, and the weights are a function of the evaluations of the polynomials at the corresponding nodes See C. Canuto, M. Y. Hussaini, A. Quarteroni, T. A. Tang, “Spectral Methods and in Fluid Dynamics,” Section 2.3. Springer-Verlag 1987 for details

These are the slides of an oral presentation of this work at the 2014 Minghui Yu Memorial Conference , organized by the Statistics Department, Columbia University.