You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/08 19:44:00 UTC

[commons-rng] 05/07: Add link from example table to the example distribution plots

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 6e933d760bce408da724cc439a832eae6ce0d82f
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Aug 8 19:43:43 2021 +0100

    Add link from example table to the example distribution plots
---
 src/site/apt/userguide/rng.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt
index 371070e..6023481 100644
--- a/src/site/apt/userguide/rng.apt
+++ b/src/site/apt/userguide/rng.apt
@@ -982,7 +982,7 @@ double[] coordinate = sampler.sample();
 *----------*---------------+
 | Stress | Application for calling external tools that perform stringent uniformity tests (requires Java 8+). This application is used to generate results in the {{{a5._Quality}Quality}} section. |
 *----------*---------------+
-| Sampling | Application producing output from distribution samplers to create an approximate probability density function (PDF). |
+| Sampling | Application producing output from distribution samplers to create an approximate probability density function (PDF) as shown {{{./dist_density_approx.html}here}}. |
 *----------*---------------+
 | Quadrature | Application for computing numerical quadrature by Monte-Carlo (random) integration. |
 *----------*---------------+