File:Exponential probability density.svg

Uploaded by AkanoToE
Upload date 2020-11-21T17:24:04Z
MIME type image/svg+xml
Dimensions 360 × 288 px
File size 28.4 KB

Summary

Description
English: plot of the probability density function of the exponential distribution for rate (lambda) equal to 0.5, 1 or 1.5
Date
Source Own work
Author Newystats

This was produced with the following R code

curve(dexp(x,rate = 1.5),0,5,ylab="probability density",lwd=3,col="lightblue") curve(dexp(x,rate = 1),0,5,add=TRUE,lwd=3,col="purple") curve(dexp(x,rate = 0.5),0,5,add=TRUE,lwd=3,col="orange") legend("topright",lty=1,lwd=3,col=c("orange","purple","lightblue"), legend=c(expression(lambda==0.5),expression(lambda==1),expression(lambda==1.5)),bty="n")

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

plot of the probability density function of the exponential distribution

12 July 2019

29,058 byte

image/svg+xml

3fe67c30aa937a5d1cf61d58d7cbfca0fb7054a4

Category:Boltzmann distribution Category:CC-BY-SA-4.0 Category:GNU R plots Category:Probability distributions Category:Self-published work Category:Statistics