File:Logcauchycdf.svg

Original file(SVG file, nominally 1,300 × 975 pixels, file size: 73 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Cumulative distribution function of the log-Cauchy distribution for various values of mu and sigma
Date
Source Own work
Author Qwfp
Source code using en:gnuplot 4.4:
f(x,m,s) = atan((log(x)-m)/s)/3.14159 + .5
set samples 1001
set terminal svg enhanced  size 1300 975  linewidth 5 font "Times,36" 
set output "logcauchycdf.svg"
#set terminal windows color enhanced
set ytics 0.2
set xtics 5

set key bottom right Left

plot [0:20] [0:1] \
 f(x, 0, 1)    title "LC(0, 1)", \
 f(x, 1, 1)    title "LC(1, 1)", \
 f(x, 0, 2)    title "LC(0, 2)", \
 f(x, 0, .5)   title "LC(0, .5)", \
 f(x, 1, .5) lt 7 title "LC(1, .5)"
 
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 3.0 Unported 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
current14:27, 13 November 2011Thumbnail for version as of 14:27, 13 November 20111,300 × 975 (73 KB)Qwfp (talk | contribs)

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata