R Tutorials 1: Plot a Standard Normal Curve

preview_player
Показать описание
How to plot the standard normal distribution curve in R studio
Gaussian Distribution

Follow me on Twitter: @DataRaga
Рекомендации по теме
Комментарии
Автор

The shape and location parameters of standard normal distribution are
Likely
A. 0, 1
B.1, 0
?

saurabh
Автор

@ Data Science & AI
So I have observed data set for annual maxima temperature 1961-1990, i want to fit a generalized extreme value distribution to this data and determine the 10 and 20 year return period, how can i achieve this using R?

ens
Автор

any way to make the commands have more focus? lots of screen is white, command lines are small

tradingbills
Автор

Soit x, y deux vecteurs représentant les coordonnées d’un nuage de points. x=rnorm(10); y= rnorm(10)
1. Donner le centre de ce nuage de points (utiliser des boucles).
2. Trouver le point le plus éloigné du centre(utiliser des boucles).
3. Refaire les deux questions précédentes sans boucle.

kacakday
Автор

No single command is visible. It is very small.

engrazam