distexplorer.qbk 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. [article Statistical Distribution Explorer
  2. [quickbook 1.4]
  3. [copyright 2008 Paul A. Bristow, John Maddock]
  4. [license
  5. Distributed under the Boost Software License, Version 1.0.
  6. (See accompanying file LICENSE_1_0.txt or copy at
  7. [@http://www.boost.org/LICENSE_1_0.txt])
  8. ]
  9. [authors [Bristow, Paul A.], [Maddock, John]]
  10. [category math]
  11. [purpose mathematics]
  12. [/last-revision $Date$]
  13. ]
  14. A Windows utility to show the properties of statistical distributions
  15. using parameters provided interactively by the user.
  16. The distributions provided are:
  17. *bernoulli
  18. *beta_distribution
  19. *binomial_distribution
  20. *cauchy
  21. *chi_squared
  22. *exponential
  23. *extreme_value
  24. *fisher_f
  25. *gamma_distribution
  26. *lognormal_distribution
  27. *negative_binomial_distribution
  28. *normal_distribution
  29. *pareto
  30. *poisson
  31. *rayleigh
  32. *students_t
  33. *triangular
  34. *uniform
  35. *weibull
  36. Properties of distributions computed are:
  37. *mean
  38. *mode
  39. *median
  40. *variance
  41. *standard deviation
  42. *coefficient of variation,
  43. *skewness
  44. *kurtosis
  45. *excess
  46. *range supported
  47. Calculated, from values provided, are:
  48. *probability density (or mass) function (PDF)
  49. *cumulative distribution function (CDF), and complement
  50. *Quantiles (percentiles or fractiles) are calculated for typical risk (alpha) probabilities (0.001, 0.01, 0.5, 0.1, 0.333)
  51. and for additional probabilities provided by the user.
  52. Results can be saved to text files using Save or SaveAs.
  53. All the values on the four tabs are output to the file chosen,
  54. and are tab separated to assist input to other programs,
  55. for example, spreadsheets or text editors.
  56. Note: Excel (for example), only shows 10 decimal digits, by default:
  57. to display the maximum possible precision (abotu 15 decimal digits),
  58. it is necessary to format all cells to display this precision.
  59. Although unusually accurate, not all values computed by Distexplorer will be as accurate as this.
  60. Values shown as NaN cannot be calculated from the value(s) given,
  61. most commonly because the value input is outside the range for the distribution.
  62. For more information, including downloads, see
  63. [@http://distexplorer.sourceforge.net/ Distexplorer at Sourceforge]
  64. This Microsoft Windows 32 package distribution.exe
  65. was generated from a C# program
  66. and uses a boost_math.dll generated using the
  67. Boost.Math C++ source code from the Boost.Math Toolkit, compiled in CLI mode,
  68. containing the underlying statistical distribution classes and functions.
  69. All source code is freely available for view and use under the
  70. [@http://www.boost.org/LICENSE_1_0.txt Boost Open Source License].
  71. [@https://svn.boost.org/svn/boost/sandbox\math_toolkit\libs\math\dot_net_example
  72. Math Toolkit C++ source code]
  73. to produce boost_math.dll is in the most recent [@http://www.boost.org Boost] release, initially 1.35.0.
  74. It is distributed as a single Windows Installer package Setupdistex.msi.
  75. Unzip the distexplorer.zip to a temporary location of your choice and run setup.exe.
  76. (Note that .NET framework 2.0 and VCredist are requirements for this program.
  77. Most recent and updated Windows environments will already have these,
  78. but they are quickly, easily and safely installed from the Microsoft site if required.)
  79. (The package cannot be run on other platforms at present but it should be possible
  80. to build an equivalent utility on any C/C++ platform if anyone would like to undertake this task.)
  81. [/ Distexplorer.qbk
  82. Copyright 2008 John Maddock and Paul A. Bristow.
  83. Distributed under the Boost Software License, Version 1.0.
  84. (See accompanying file LICENSE_1_0.txt or copy at
  85. http://www.boost.org/LICENSE_1_0.txt).
  86. ]