public static class RegularizedGamma.P extends Object
| Constructor and Description |
|---|
P() |
| Modifier and Type | Method and Description |
|---|---|
static double |
value(double a,
double x)
Computes the regularized gamma function \( P(a, x) \).
|
static double |
value(double a,
double x,
double epsilon,
int maxIterations)
Computes the regularized gamma function \( P(a, x) \).
|
public static double value(double a,
double x)
a - Argument.x - Argument.public static double value(double a,
double x,
double epsilon,
int maxIterations)
a - Argument.x - Argument.epsilon - Tolerance in continued fraction evaluation.maxIterations - Maximum number of iterations in continued fraction evaluation.Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.