Linguistic Data: Quantitative Analysis and Visualisation: linguistic theory: различия между версиями

Материал из MathINFO
Перейти к навигации Перейти к поиску
 
(не показаны 32 промежуточные версии этого же участника)
Строка 6: Строка 6:
 
|-
 
|-
 
| Jan 10
 
| Jan 10
| Introduction. Quantitative linguistic research and data types. R basic
+
| Introduction. Quantitative linguistic research and data types. R basics
 
|
 
|
 
|
 
|
Строка 12: Строка 12:
 
| Jan 17
 
| Jan 17
 
| Statistical hypothesis testing. Binomial test
 
| Statistical hypothesis testing. Binomial test
 +
| [https://rpubs.com/ilyaschurov/binomial-test-2022 code]
 +
| [https://youtu.be/t6Yx201bJ0w video]
 +
|-
 +
| Jan 24
 +
| Measures of statistical dispersion: variance and standard deviation. Population and sample. Estimate of population mean. Central limit theorem
 +
| [https://rpubs.com/ilyaschurov/clt2022 code]
 +
| [https://youtu.be/XSa0jddeSGI lecture], [https://youtu.be/1wGuaGep9-E practice]
 +
|-
 +
| Jan 31
 +
| One sample t-test
 +
| [https://rpubs.com/ilyaschurov/one-sample-t-test-2022 code]
 +
| [https://youtu.be/ROdF_S3BGRg lecture], [https://youtu.be/tPJ48yp420s practice]
 +
|-
 +
| Feb 7
 +
| One sided and two sided alternatives. Two sample t-test
 +
| [https://rpubs.com/ilyaschurov/alternatives-and-two-sample-t-test code]
 +
| [https://youtu.be/evwKkS9i458 video]
 +
|-
 +
| Feb 14
 +
| Multiple comparison problem. ANOVA
 +
| [https://rpubs.com/ilyaschurov/anovaci2022 code], [https://rpsychologist.com/d3/ci/ Confidence intervals visualization]
 +
| [https://youtu.be/F4u8zl4t9gI video]
 +
|-
 +
| Feb 21
 +
| Visualizations
 +
|
 +
|
 +
|-
 +
| Feb 28
 +
| Chi-squared test
 +
|
 
|
 
|
| [https://youtu.be/t6Yx201bJ0w video]
+
|-
 +
| April 7
 +
| Correlations
 +
|
 +
| [https://youtu.be/ZONGPIUbEuU video]
 +
|-
 +
| April 11
 +
| Bivariate regression
 +
|
 +
|
 +
|-
 +
| April 18
 +
| Multivariate regressions
 +
| [https://rpubs.com/AllaT/lingdat-multreg code]
 +
| [https://youtu.be/SH9rWe6I_Tw video]
 +
|-
 +
| April 25
 +
| Logistic regression
 +
|
 +
| [https://youtu.be/az4CmJ9BlUY video]
 +
|-
 +
| May 12
 +
| Random effects
 +
|
 +
| [https://youtu.be/8XMC5sU1c3w video]
 
|}
 
|}
  
 
== Homeworks ==
 
== Homeworks ==
 +
'''Academic ethics policy:''' you have to do your homeworks by yourself. In case of academic cheating (e.g. if you copy someone else's work, etc.), your work will receive grade 0 and the program supervisor will be notified. If you feel that you are stuck with the homeowork, ask for instructor's advices and hints.
 +
 +
'''Late penalties:''' in case of late submission, your grade will be multiplied by exp(-t / 86400), where t is the number of seconds since the due date. For example, if you delay the submission by one day, your grade will be multiplied by exp(-1)=0.3678794412.
 +
 +
'''Extensions:''' you can ask for up to two extensions of homework due dates during the course. Each extension is one week. Extensions due to valid excuses (i.e. illness) do not count.
 +
 +
=== Homework #1 ===
 +
* [https://github.com/ischurov/LingDataQAV-2022/raw/main/homeworks/hw1.pdf Homework file]
 +
* Please, put your solutions in the [https://github.com/ischurov/LingDataQAV-2022/raw/main/homeworks/hw1.Rmd Rmd template].
 +
* Due date: Jan 30, 23:00.
 +
* Please, upload your solutions (Rmd files) [https://www.dropbox.com/request/b3s0T4K41QNYWTZ4C4fu here].
 +
 +
=== Homework #2 ===
 +
* [https://github.com/ischurov/LingDataQAV-2022/raw/main/homeworks/hw2.pdf Homework file]
 +
* Please, put your solutions in the [https://github.com/ischurov/LingDataQAV-2022/raw/main/homeworks/hw2.Rmd Rmd template].
 +
* Due date: Feb 20, 23:00.
 +
* Please, upload your solutions (Rmd files) [https://www.dropbox.com/request/b3s0T4K41QNYWTZ4C4fu here].
 +
 +
=== Homework #3 ===
 +
* [https://github.com/ischurov/LingDataQAV-2022/raw/main/homeworks/hw3.pdf Homework file]
 +
* Please, put your solutions in the [https://github.com/ischurov/LingDataQAV-2022/raw/main/homeworks/hw3.Rmd Rmd template].
 +
* Due date: May 15, 23:59.
 +
* Please, upload your solutions (Rmd files) [https://www.dropbox.com/request/b3s0T4K41QNYWTZ4C4fu here].
 +
 +
=== Final projects ===
 +
* [https://github.com/ischurov/LingDataQAV-2022/blob/main/final-projects.pdf Final projects description]
 +
* Upload project proposals [https://www.dropbox.com/request/oTwYIfAt0haC7ObBrnDm here], due date is April 27.
 +
* Upload final projects (Rmd or zip with Rmd, pdf and data) [https://www.dropbox.com/request/zO5kRg0bnMrdjus4iV5I here]

Текущая версия на 20:29, 18 июня 2022

  • Instructors: Ilya Schurov and Ivan Pozdnyakov

Materials

Date Topics Links video
Jan 10 Introduction. Quantitative linguistic research and data types. R basics
Jan 17 Statistical hypothesis testing. Binomial test code video
Jan 24 Measures of statistical dispersion: variance and standard deviation. Population and sample. Estimate of population mean. Central limit theorem code lecture, practice
Jan 31 One sample t-test code lecture, practice
Feb 7 One sided and two sided alternatives. Two sample t-test code video
Feb 14 Multiple comparison problem. ANOVA code, Confidence intervals visualization video
Feb 21 Visualizations
Feb 28 Chi-squared test
April 7 Correlations video
April 11 Bivariate regression
April 18 Multivariate regressions code video
April 25 Logistic regression video
May 12 Random effects video

Homeworks

Academic ethics policy: you have to do your homeworks by yourself. In case of academic cheating (e.g. if you copy someone else's work, etc.), your work will receive grade 0 and the program supervisor will be notified. If you feel that you are stuck with the homeowork, ask for instructor's advices and hints.

Late penalties: in case of late submission, your grade will be multiplied by exp(-t / 86400), where t is the number of seconds since the due date. For example, if you delay the submission by one day, your grade will be multiplied by exp(-1)=0.3678794412.

Extensions: you can ask for up to two extensions of homework due dates during the course. Each extension is one week. Extensions due to valid excuses (i.e. illness) do not count.

Homework #1

Homework #2

Homework #3

Final projects