File:FisherZDistriPDF.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

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

Summary

Description
English: PDF of Fisher z's distribution
Date
Source Own work
Author Shiyu Ji

Gnuplot Source Code

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

set samples 500
set xrange [-5:5]
set yrange [0:1]
set xtics 1
set ytics 0.2
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1

# Draw the Fisher z distribution's pdf
set key default

beta(x, y) = gamma(x) * gamma(y) / gamma(x+y)

f(x,d1,d2) = 2*d1**(0.5*d1) * d2**(0.5*d2) * exp(d1*x) \
	/ ((d1*exp(2*x) + d2)**(0.5*(d1+d2))) \
	/ beta(0.5*d1, 0.5*d2)

plot f(x, 1.0, 1.0) t "d1=1, d2=1" lc rgb "red" lw 5,\
   f(x, 2.0, 1.0) t "d1=2, d2=1" lc rgb "black" lw 5,\
   f(x, 5.0, 2.0) t "d1=5, d2=2" lc rgb "blue" lw 5,\
   f(x,10.0, 1.0) t "d1=10, d2=1" lc rgb "green" lw 5,\
   f(x,1.0, 100.0) t "d1=1, d2=100" lc rgb "grey" lw 5

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

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

24 May 2017

File history

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

Date/TimeThumbnailDimensionsUserComment
current04:56, 25 May 2017Thumbnail for version as of 04:56, 25 May 2017800 × 600 (46 KB)Shiyu JiUser created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata