Skip to content

Commit

Permalink
Fixed JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfries committed Jun 27, 2024
1 parent 8271457 commit 17ddcd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class AcceptanceRejectionRandomNumberGenerator implements RandomNumberGen
* @param targetDensity The density f of the target distribution F.
* @param referenceDensity The density g.
* @param referenceDistributionICDF The ICDF, i.e. the inverse of G where G' = g.
* @param acceptanceLevel The constant C such that f <= C g.
* @param acceptanceLevel The constant C such that f &le; C g.
*/
public AcceptanceRejectionRandomNumberGenerator(final RandomNumberGenerator uniformRandomNumberGenerator,
final DoubleUnaryOperator targetDensity,
Expand Down

0 comments on commit 17ddcd2

Please sign in to comment.