User talk:Akerge: Difference between revisions
From ICO wiki
Jump to navigationJump to search
Line 7: | Line 7: | ||
Review first 10 minutes of 22.03.16 lecture. | Review first 10 minutes of 22.03.16 lecture. | ||
Starting from page 203 from "Introduction to Statistics", including Binomial, Poisson, multinomial distributions until 7th chapter regarding normal distributions. What is a normal deviation? What is a percentile? Finish exercises. | Starting from page 203 from "Introduction to Statistics", including Binomial, Poisson, multinomial distributions until 7th chapter regarding normal distributions. What is a normal deviation? What is a percentile? Finish the exercises. | ||
'''From the book''' | |||
* Probability density function | |||
* Bernoulli trials (Binomial Probability Formula) | |||
* Cumulative distribution | |||
<code> | |||
pnorm | |||
qnorm | |||
dnorm | |||
etc. | |||
runif(n,a,b) | |||
dunif(x,a,b) | |||
punif(x,a,b) | |||
</code> | |||
* Central Limit Theorem | |||
All of the above can be found from pages 203–211 and 249–272. | |||
Also: | |||
* Advanced Graphics from pages 273–299: | |||
** qq-plots – to compare distributions | |||
** Cumulative distribution function (CDF) | |||
** Contour plots | |||
** 3D plots (rgl lib) | |||
==OS's== | ==OS's== |
Revision as of 10:36, 5 April 2016
Homeworks
Statisticks
Finish Udemy R basics course.
Review first 10 minutes of 22.03.16 lecture. Starting from page 203 from "Introduction to Statistics", including Binomial, Poisson, multinomial distributions until 7th chapter regarding normal distributions. What is a normal deviation? What is a percentile? Finish the exercises.
From the book
- Probability density function
- Bernoulli trials (Binomial Probability Formula)
- Cumulative distribution
pnorm
qnorm
dnorm
etc.
runif(n,a,b)
dunif(x,a,b)
punif(x,a,b)
- Central Limit Theorem
All of the above can be found from pages 203–211 and 249–272.
Also:
- Advanced Graphics from pages 273–299:
- qq-plots – to compare distributions
- Cumulative distribution function (CDF)
- Contour plots
- 3D plots (rgl lib)
OS's
Review homework
Python
Finish CodeCademy course!
Do CodingBat exercises daily!
Start programming with Raspberry!
Review 17.03 lectures
MAKE IT OO!
Web App
- Finish SQLite track on Codecademy
- Get on track with the Lauri's git
- Standalone temperature monitor that can be used without external power and the curve output to a web page.
InfoSys Analysis
Keep an eye on workshops and quizzes.
Intro to Cybersec
- Keep an eye on what's happening in Cybersec industry. Enforce the habit
- What will be the presentation topic(/demo) ?
Networking
Finish networking labs and exam ASAP!