Displaying 1 result from an estimated 1 matches for "tp3625807p3628473".
2011 Jun 26
3
Overlapping areas under normal distributions
Hi everyone.
My problem: I've 4 distributions: A, B, C and D:
#A
mA=16.6
sA=3.0
#B
mB=18.9
sB=3.2
#C
mC=20.3
sC=2.1
#D
mD=24
sD=0.8
###Graphiques ensembles
plot(function(x) dnorm(x,mA,sA),0,40,col="orange",ylim=c(0,0.5))
plot(function(x) dnorm(x,mB,sB),0,40,add=T,col="green")
plot(function(x) dnorm(x,mC,sC),0,40,add=T,col="blue")