File:Laplace pdf log.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 800 × 600 pixels, file size: 13 KB)

Captions

Captions

Log scaled Probability density plots of Laplace distributions

Summary[edit]

Description
English: Log scaled PDF plots of Laplace distributions
Date
Source Own work
Author Shiyu Ji
SVG development
InfoField
W3C grn 
The SVG code is valid.
Gnuplot val 
This plot was created with Gnuplot.
Source code
InfoField

Gnuplot code

set term svg size 800,600 enhanced font 'Arial, 24'
set output 'laplace_pdf_log.svg'

set xrange [-3:3]
set xtics 1
set logscale y
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1

# Draw the Laplace distribution's pdf
set key default

f(x,m,b) = 0.5/b * exp(-abs(x-m)*1.0/b)

plot f(x, 0, 1) t "μ=0, b=1" lc rgb "red" lw 5, \
     f(x, 0, 2) t "μ=0, b=2" lc rgb "black" lw 5, \
     f(x, 0, 4) t "μ=0, b=4" lc rgb "blue" lw 5, \
     f(x, -5, 4) t "μ=-5, b=4" lc rgb "green" lw 5


set term x11
set output

Licensing[edit]

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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current18:56, 23 January 2020Thumbnail for version as of 18:56, 23 January 2020800 × 600 (13 KB)Shiyu Ji (talk | contribs)Fix Greek symbol rendering error.
18:40, 23 January 2020Thumbnail for version as of 18:40, 23 January 2020800 × 600 (13 KB)Shiyu Ji (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

Metadata