You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alex Herbert (Jira)" <ji...@apache.org> on 2022/11/24 16:53:00 UTC

[jira] [Created] (STATISTICS-60) Update Pareto distribution sampler to use Commons RNG 1.6

Alex Herbert created STATISTICS-60:
--------------------------------------

             Summary: Update Pareto distribution sampler to use Commons RNG 1.6
                 Key: STATISTICS-60
                 URL: https://issues.apache.org/jira/browse/STATISTICS-60
             Project: Commons Statistics
          Issue Type: Task
          Components: distribution
    Affects Versions: 1.0
            Reporter: Alex Herbert


The Pareto distribution uses a wrapped RNG to create the InverseTransformParetoSampler from Commons RNG. This is done to manipulate the range of p-values that are inverted during sampling based on the shape parameter.

This same manipulation has been implemented in Commons RNG 1.6 (currently unreleased). When the Statistics dependency on RNG is updated then the modifications in the ParetoDistribution can be removed.

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)