You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,23 @@ This repo consists of two models of mouse behavior.
9
9
10
10
2. A time-varying logistic regression model that learns the probability of licking on a flash by flash basis, using weights that vary over time by following random walk priors.
11
11
12
+
## Poisson GLM
13
+
Documentation in progress
12
14
13
-
## Fitting the Time Varying Regression model
15
+
## Time Varying Regression Model
16
+
17
+
### Check if the Time Varying Regression model has already been fit to a session
18
+
> import src/psy_tools as ps
19
+
> ps.check_session(id)
20
+
21
+
### Fitting the Time Varying Regression model
14
22
> import src/psy_tools as ps
15
23
> for ID in IDS:
16
24
> ps.process_session(ID)
17
25
> ps.plot_fit(ID)
18
26
> ps.plot_session_summary(IDS)
19
27
20
-
## Integrating the Time Varying Regression Model clustering with the flash_response_df
28
+
###Integrating the Time Varying Regression Model clustering with the flash_response_df
21
29
> import src/psy_tools as ps
22
30
> import src/psy_sdk_tools as psd
23
31
> from allensdk.brain_observatory.behavior.swdb import behavior_project_cache as bpc
0 commit comments