Holcombe:CircularStatistics

From OpenWetWare
Revision as of 00:12, 27 December 2008 by Alex O. Holcombe (talk | contribs)
Jump to navigationJump to search

Recent members

Alex Holcombe
• Ryo Nakayama



Technical

Skills Checklist
Python Programming
Psychopy/VisionEgg Installation Notes
R analysis,plot,stats
Statistics
Buttonbox
Buttonbox with photocell
Programming Cheat Sheets


Data is sometimes circular, like angles for direction selectivity and orientation selectivity. Most scientists are familiar with the normal distribution, and its standard deviation (σ) is used frequently to quantify the spread of a distribution. Sometimes we would like to compare a distribution on a circular variable to one on a non-circular variable. In our case people report the position of a blob revolving periodically about fixation. Histogram of the data shows the distribution of times corresponding to positions reported. We would like to estimate the standard deviation of the process that yields the variability in time. For instance there may be variability in when the observer samples the position, perhaps following a normal distribution. This would be non-circular mechanism whose results end up wrapped into circular form in our data.

For each linear std dev, drew a sample of 10,000 numbers, wrapped it, then calculated the circular variance. Repeated 1,000 times to construct histogram from which got 90% confidence interval.

Circular variance apparently isn't of much use when trying to distinguish among values greater than about .45 of a cycle (162 deg). If we zoom in on this part of the top left graph, we see the curve nearly completely level off, and even with 10,000 samples the confidence intervals are much bigger than the change of circular variance from .5 to 1 std dev