Notes, assignments, and code for NEUROBIO 735 (Spring 2018).
Class details:
1/10 – 2/8:
Wednesday, Thursday
3:00 – 4:30
DIBS conference room
- In the generalized linear model, we use a linear combination \(\beta\) of the predictor variables \(X\) to model what?
- the mean of a distribution
- a function of the mean of the distribution
- the variance of a distribution
- the value of a new observation
- the observed data points
- Which of the following is a limitation of the GLM?
- It can only do linear regression.
- It assumes normally distributed errors.
- It cannot fit categorical or binary data.
- It cannot include categorical or binary predictors.
- It cannot directly model the variance of data.
- Which of the following is not an example of the split-apply-combine pattern?
- Calculating means of experimental and control groups.
- Normalizing each frequency band of a signal to have the same mean power.
- Blurring an image by applying a filter.
- Fitting a single GLM to data from multiple experimental groups.
- Removing artifacts from each channel of EEG data.
- For which of the following cases would you use logistic regression:
- Modeling white blood cell counts in an assay.
- Modeling the probability of a synapse releasing a vesicle.
- Modeling lever press rates for two groups of mice.
- Modeling response times in a contrast detection task.
- Modeling calcium fluorescence from a cell over time.
- Which of the following is required for split-apply-combine?
- An apply step that can be done in parallel.
- Categorical variables on which to split.
- An apply step with a single output.
- 1 and 2
- 2 and 3