Userguide (web site).
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/fc01a96a Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/fc01a96a Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/fc01a96a Branch: refs/heads/master Commit: fc01a96a5dd4364c81c46203e13fb19f73c675cd Parents: 4d83aac Author: Gilles <er...@apache.org> Authored: Wed Jan 10 18:24:39 2018 +0100 Committer: Gilles <er...@apache.org> Committed: Wed Jan 10 18:24:39 2018 +0100 ---------------------------------------------------------------------- src/site/apt/userguide/dist_density_approx.apt | 41 +++++++++++++++++++++ src/site/apt/userguide/rng.apt | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/fc01a96a/src/site/apt/userguide/dist_density_approx.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/userguide/dist_density_approx.apt b/src/site/apt/userguide/dist_density_approx.apt new file mode 100644 index 0000000..e3b95b0 --- /dev/null +++ b/src/site/apt/userguide/dist_density_approx.apt @@ -0,0 +1,41 @@ +~~ +~~ Licensed to the Apache Software Foundation (ASF) under one or more +~~ contributor license agreements. See the NOTICE file distributed with +~~ this work for additional information regarding copyright ownership. +~~ The ASF licenses this file to You under the Apache License, Version 2.0 +~~ (the "License"); you may not use this file except in compliance with +~~ the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, software +~~ distributed under the License is distributed on an "AS IS" BASIS, +~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +~~ See the License for the specific language governing permissions and +~~ limitations under the License. +~~ + + ----------------------------- + Using RNG to approximate the probability density of distributions + ----------------------------- + + The samplers provided in package <<<org.apache.commons.rng.sampling.distribution>>> + have been used to generate histogram data for the following figures. + +[../images/userguide/dist_density_approx/uniform.png] + +[../images/userguide/dist_density_approx/gauss.ziggurat.png] + +[../images/userguide/dist_density_approx/lognormal.ziggurat.png] + +[../images/userguide/dist_density_approx/exp.png] + +[../images/userguide/dist_density_approx/gamma.case1.png] + +[../images/userguide/dist_density_approx/gamma.case2.png] + +[../images/userguide/dist_density_approx/beta.case1.png] + +[../images/userguide/dist_density_approx/beta.case2.png] + +[../images/userguide/dist_density_approx/pareto.png] http://git-wip-us.apache.org/repos/asf/commons-rng/blob/fc01a96a/src/site/apt/userguide/rng.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt index 32ea0f0..989c69c 100644 --- a/src/site/apt/userguide/rng.apt +++ b/src/site/apt/userguide/rng.apt @@ -254,7 +254,7 @@ rngNew.restoreState(stateNew); +--------------------------+ - * Generation of random deviates for various + * Generation of {{{./dist_density_approx.html}random deviates}} for various {{{../commons-rng-sampling/apidocs/org/apache/commons/rng/sampling/distribution/package-summary.html}distributions}}. +--------------------------+