• Stars
    star
    114
  • Rank 308,031 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    Creative Commons ...
  • Created almost 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

NSCI 801 (Queen's U) Quantitative Neuroscience course materials

NSCI 801 - Quantitative Neuroscience

NSCI 801 (Queen's U) Quantitative Neuroscience course materials

This course is in tutorial format using Python and Google Colab.

You can find the course materials in a Jupyter Book here: StatsBook

Syllabus

Introduction (Gunnar)

Intro Python (Joe)

Advanced Python (Joe)

Data collection / signal processing (Joe)

Statistics and Hypothesis testing - basics (Joe)

  • Descriptors: central tendencies (mean, median, mode), Spread (Range, variance, percentiles), Shape (skew, kurtosis)

  • Correlation / regression

  • The logic of hypothesis testing

  • Statistical significance

  • Multiple comparisons

  • Different test statistics

  • Confidence intervals

    Descriptive Statistic (NSCI801_Descriptive_stats.ipynb)

Statistics and Hypothesis testing - advanced (Joe)

Quantitative wet lab / bench methods (Joe)

Statistics and Hypothesis testing - Bayesian (Gunnar)

Models in Neuroscience (Gunnar)

Data Neuroscience overview (Gunnar)

Correlation vs causality (Gunnar)

Reproducibility, reliability, validity (Gunnar)

Further readings