This is a file from the Wikimedia Commons

File:Inverse gamma cdf.png

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Original file(1,300 × 965 pixels, file size: 179 KB, MIME type: image/png)

Cumulative distribution function for the Inverse-gamma distribution


GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation 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.
This licensing tag was added to this file as part of the GFDL licensing update.

gnuplot source under GPL:

dinvgamma(x,a,b) = exp(a*log(b) - lgamma(a) - (a+1)*log(x) - b*1.0/x)
pinvgamma(x,a,b) = 1 - igamma(a, b*1.0/x)
set xtics 0,0.5
set ytics 0,0.5
set samples 1001
set terminal postscript enhanced color solid lw 2 "Times-Roman" 27
set output

plot [0:3] \
    pinvgamma(x,1,1)  title "{/Symbol a} = 1, {/Symbol b} = 1", \
    pinvgamma(x,2,1)  title "{/Symbol a} = 2, {/Symbol b} = 1", \
    pinvgamma(x,3,1)  title "{/Symbol a} = 3, {/Symbol b} = 1", \
    pinvgamma(x,3,.5) title "{/Symbol a} = 3, {/Symbol b} = 0.5"
 
This plot was created with Gnuplot.
GNU head

This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and version 3 of the GNU General Public License for more details.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

File history

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

Date/TimeThumbnailDimensionsUserComment
current23:23, 22 April 2005Thumbnail for version as of 23:23, 22 April 20051,300 × 965 (179 KB)CburnettCumulative distribution function for the Inverse-gamma distribution {{GFDL}} gnuplot source under GPL: dinvgamma(x,a,b) = exp(a*log(b) - lgamma(a) - (a+1)*log(x) - b*1.0/x) pinvgamma(x,a,b) = 1 - igamma(a, b*1.0/x) set xtics 0,0.5 set ytics 0,0.5

The following page uses this file:

Global file usage

The following other wikis use this file: