Remove inaccessible link in userguide.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1538288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ecdf2312d
commit
8a073f12e5
|
@ -246,8 +246,7 @@ RandomVectorGenerator generator = new SobolSequence(2);
|
|||
// Use the generator to generate vectors
|
||||
double[] randomVector = generator.nextVector();
|
||||
... </source>
|
||||
The figure below (created with <a href="../xref-test/org/apache/commons/math3/userguide/LowDiscrepancyGeneratorComparison.html">
|
||||
LowDiscrepancyGeneratorComparison.java</a>) illustrates the unique properties of low-discrepancy sequences when generating N samples
|
||||
The figure below illustrates the unique properties of low-discrepancy sequences when generating N samples
|
||||
in the interval [0, 1]. Roughly speaking, such sequences "fill" the respective space more evenly which leads to faster convergence in
|
||||
quasi-Monte Carlo simulations.<br/>
|
||||
<img src="../images/userguide/low_discrepancy_sequences.png" alt="Comparison of low-discrepancy sequences"/>
|
||||
|
|
Loading…
Reference in New Issue