git.schokokeks.org
Repositories
Help
Report an Issue
SS2012-StatisticalMethods.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6b93c51
Branches
Tags
master
SS2012-StatisticalMethods.git
examples
Lecture2d.R
new fiels
Michi
commited
6b93c51
at 2012-06-03 16:52:14
Lecture2d.R
Blame
History
Raw
# EXAMPLE 6: Introduction to Statistics for Astrophysicists # SS 2012 # JOCHEN WELLER # Poisson PROBABILITY nu=2 r=seq(0,20,by=1) plot(r,dpois(r,nu),type='h',xlim=c(0,20),xlab='r',ylab="f(r;nu)",main=paste("nu=",nu))