1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Statistical Distribution Explorer</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Statistical Distribution Explorer">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav"></div>
<div class="article">
<div class="titlepage">
<div>
<div><h2 class="title">
<a name="statistical_distribution_explorer"></a>Statistical Distribution Explorer</h2></div>
<div><div class="authorgroup">
<div class="author"><h3 class="author">
<span class="firstname">Paul A.</span> <span class="surname">Bristow</span>
</h3></div>
<div class="author"><h3 class="author">
<span class="firstname">John</span> <span class="surname">Maddock</span>
</h3></div>
</div></div>
<div><p class="copyright">Copyright © 2008 Paul A. Bristow, John Maddock</p></div>
<div><div class="legalnotice">
<a name="id759711"></a><p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></div>
</div>
<hr>
</div>
<p>
A Windows utility to show the properties of statistical distributions using parameters
provided interactively by the user.
</p>
<p>
The distributions provided are:
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
bernoulli
</li>
<li class="listitem">
beta_distribution
</li>
<li class="listitem">
binomial_distribution
</li>
<li class="listitem">
cauchy
</li>
<li class="listitem">
chi_squared
</li>
<li class="listitem">
exponential
</li>
<li class="listitem">
extreme_value
</li>
<li class="listitem">
fisher_f
</li>
<li class="listitem">
gamma_distribution
</li>
<li class="listitem">
lognormal_distribution
</li>
<li class="listitem">
negative_binomial_distribution
</li>
<li class="listitem">
normal_distribution
</li>
<li class="listitem">
pareto
</li>
<li class="listitem">
poisson
</li>
<li class="listitem">
rayleigh
</li>
<li class="listitem">
students_t
</li>
<li class="listitem">
triangular
</li>
<li class="listitem">
uniform
</li>
<li class="listitem">
weibull
</li>
</ul></div>
<p>
Properties of distributions computed are:
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
mean
</li>
<li class="listitem">
mode
</li>
<li class="listitem">
median
</li>
<li class="listitem">
variance
</li>
<li class="listitem">
standard deviation
</li>
<li class="listitem">
coefficient of variation,
</li>
<li class="listitem">
skewness
</li>
<li class="listitem">
kurtosis
</li>
<li class="listitem">
excess
</li>
<li class="listitem">
range supported
</li>
</ul></div>
<p>
Calculated, from values provided, are:
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
probability density (or mass) function (PDF)
</li>
<li class="listitem">
cumulative distribution function (CDF), and complement
</li>
<li class="listitem">
Quantiles (percentiles) are calculated for typical risk (alpha) probabilities
(0.001, 0.01, 0.5, 0.1, 0.333) and for additional probabilities provided
by the user.
</li>
</ul></div>
<p>
Results can be saved to text files using Save or SaveAs. All the values on the
four tabs are output to the file chosen, and are tab separated to assist input
to other programs, for example, spreadsheets or text editors.
</p>
<p>
Note: Excel (for example), only shows 10 decimal digits, by default: to display
the maximum possible precision (about 15 decimal digits), it is necessary to
format all cells to display this precision. Although unusually accurate, not
all values computed by Distexplorer will be as accurate as this. Values shown
as NaN cannot be calculated from the value(s) given, most commonly because the
value input is outside the range for the distribution.
</p>
<p>
For more information, including downloads, see
</p>
<p>
<a href="http://distexplorer.sourceforge.net/" target="_top">Distexplorer at Sourceforge</a>
</p>
<p>
This Microsoft Windows 32 package distribution.exe was generated from a C# program
and uses a boost_math.dll generated using the Boost.Math C++ source code from
the Boost.Math Toolkit, compiled in CLI mode, containing the underlying statistical
distribution classes and functions.
</p>
<p>
All source code is freely available for view and use under the <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">Boost
Open Source License</a>.
</p>
<p>
<a href="https://svn.boost.org/svn/boost/sandbox%5Cmath_toolkit%5Clibs%5Cmath%5Cdot_net_example" target="_top">Math
Toolkit C++ source code</a> to produce boost_math.dll is in the most recent
<a href="http://www.boost.org" target="_top">Boost</a> release, initially 1.35.0.
</p>
<p>
It is distributed as a single Windows Installer package Setupdistex.msi. Unzip
the distexplorer.zip to a temporary location of your choice and run setup.exe.
</p>
<p>
(Note that .NET framework 2.0 and VCredist are requirements for this program.
Most recent and updated Windows environments will already have these, but they
are quickly, easily and safely installed from the Microsoft site if required.)
</p>
<p>
(The package cannot be run on other platforms at present but it should be possible
to build an equivalent utility on any C/C++ platform if anyone would like to
undertake this task.)
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: July 01, 2010 at 21:45:23 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
<div class="spirit-nav"></div>
</body>
</html>
|