Skip to content

Commit

Permalink
Update src/neurostatslib/glm.py
Browse files Browse the repository at this point in the history
Co-authored-by: William F. Broderick <[email protected]>
  • Loading branch information
BalzaniEdoardo and billbrod authored Nov 1, 2023
1 parent aa454fb commit f74d3ab
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/neurostatslib/glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,17 +410,12 @@ class GLMRecurrent(GLM):
Parameters
----------
noise_model : nsm.NoiseModel, default=nsm.PoissonNoiseModel()
noise_model :
The noise model to use for the GLM. This defines how neural activity is generated
based on the underlying firing rate. Common choices include Poisson and Gaussian models.
solver : slv.Solver, default=slv.RidgeSolver()
solver :
The optimization solver to use for fitting the GLM parameters.
data_type : {jnp.float32, jnp.float64}, optional
The numerical data type for internal calculations. If not provided, it will be inferred
from the data during fitting.
See Also
--------
[GLM](../glm/#neurostatslib.glm.GLM) : Base class for the generalized linear model.
Expand Down

0 comments on commit f74d3ab

Please sign in to comment.