Estimation & Maximum Likelihood Jonathan Pillow Mathematical - - PowerPoint PPT Presentation

estimation maximum likelihood
SMART_READER_LITE
LIVE PREVIEW

Estimation & Maximum Likelihood Jonathan Pillow Mathematical - - PowerPoint PPT Presentation

Estimation & Maximum Likelihood Jonathan Pillow Mathematical Tools for Neuroscience (NEU 314) Spring, 2016 lecture 15 leftovers Gaussian facts covariance matrices the amazing Gaussian What else about Gaussians is awesome?


slide-1
SLIDE 1

Estimation & Maximum Likelihood

Jonathan Pillow Mathematical Tools for Neuroscience (NEU 314) Spring, 2016 lecture 15

slide-2
SLIDE 2

leftovers

  • Gaussian facts
  • covariance matrices
slide-3
SLIDE 3

What else about Gaussians is awesome?

  • 1. scaling:
  • 2. sums:

Gaussian family closed under many operations: is Gaussian is Gaussian (thus, any linear function Gaussian RVs is Gaussian)

  • 3. products of Gaussian distributions

Gaussian density

the amazing Gaussian

slide-4
SLIDE 4
  • 4. Average of many (non-Gaussian) RVs is Gaussian!

the amazing Gaussian

Central Limit Theorem: standard
 Gaussian coin flipping:

http://statwiki.ucdavis.edu/Textbook_Maps/General_Statistics/Shafer_and_Zhang's_Introductory_Statistics/06%3A_Sampling_Distributions/6.2_The_Sampling_Distribution_of_the_Sample_Mean

  • explains why many things

(approximately) Gaussian distributed

slide-5
SLIDE 5

the amazing Gaussian

Multivariate Gaussians:

mean cov

  • 5. Marginals and conditionals (“slices”) are Gaussian

(The random variable X is distributed according to a Gaussian distribution)

  • 6. Linear projections:
slide-6
SLIDE 6

multivariate Gaussian

slide-7
SLIDE 7

covariance

x1 x2

after mean correction:

slide-8
SLIDE 8

true mean: [0 0.8] true cov: [1.0 -0.25

  • 0.25 0.3]

sample mean: [-0.05 0.83] sample cov: [0.95 -0.23

  • 0.23 0.29]

700 samples Measurement (sampling) Inference

bivariate Gaussian

slide-9
SLIDE 9

Estimation

( 1

2

, , r r = r



neuron # spike count

parameter

(“stimulus”)

measured dataset


(“population response”)

An estimator is a function

model

  • often we will write or just
slide-10
SLIDE 10

Properties of an estimator

bias:

  • “unbiased” if bias=0

variance:

  • “consistent” if bias and variance both go


to zero asymptotically

Q: what is the variance of the estimator 
 (i.e., estimate is 7 for all datasets m)

“expected” value 
 (average over draws of m)

slide-11
SLIDE 11

Properties of an estimator

bias:

  • “unbiased” if bias=0

variance:

  • “consistent” if bias and variance both go


to zero asymptotically “expected” value 
 (average over draws of m)

mean squared error (MSE)

slide-12
SLIDE 12

stimuli neural responses

model-based approach

encoding model

Goal: find model that approximates the conditional distribution (we care about uncertainty as well as the average y given x)

slide-13
SLIDE 13

Example 1: linear Poisson neuron

spike count spike rate encoding model: stimulus parameter

slide-14
SLIDE 14

Summary

  • covariance
  • Gaussians
  • Poisson distribution (mean = variance)
  • estimation
  • bias
  • variance
  • maximum likelihood estimator