Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- pdf(double) - Method in class com.opttek.optquest.COptQuestBetaDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestCauchyDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestChiSquareDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestExponentialDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestGammaDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestLogNormalDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestNormalDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestParetoDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestPoissonDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestTDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestUniformDistribution
- pdf(double) - Method in class com.opttek.optquest.COptQuestWeibullDistribution
- PDF(double) - Static method in class com.opttek.optquest.COptQuestExponentialDistribution
-
Exponential Probability Density Function with default scale parameter Equivalent to exppdf(x, 1.0).
- PDF(double) - Static method in class com.opttek.optquest.COptQuestNormalDistribution
-
Computes the PDF of the standard normal distribution at x (mean=0, std=1).
- PDF(double, double) - Static method in class com.opttek.optquest.COptQuestChiSquareDistribution
-
Chi-Square Probability Density Function (PDF) Computes the probability density at x for a chi-square distribution with df degrees of freedom.
- PDF(double, double) - Static method in class com.opttek.optquest.COptQuestExponentialDistribution
-
Exponential Probability Density Function (PDF) Computes the probability density at x for an exponential distribution with the given scale parameter.
- PDF(double, double) - Static method in class com.opttek.optquest.COptQuestGammaDistribution
-
Gamma Probability Density Function (PDF) with default scale = 1.0
- PDF(double, double) - Static method in class com.opttek.optquest.COptQuestParetoDistribution
-
Pareto Probability Density Function with default parameters Uses standard parameterization with a=1, loc=0, scale=1.
- PDF(double, double) - Static method in class com.opttek.optquest.COptQuestTDistribution
-
Student's t-Distribution Probability Density Function (PDF) Computes the probability density at t for a t-distribution with df degrees of freedom.
- PDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestBetaDistribution
-
Beta Probability Density Function (PDF) f(x) = x^(alpha-1) * (1-x)^(beta-1) / B(alpha, beta)
- PDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestCauchyDistribution
-
Cauchy Probability Density Function (PDF) Computes the probability density at x for a Cauchy distribution with location parameter a and scale parameter b.
- PDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestGammaDistribution
-
Gamma Probability Density Function (PDF) Computes the probability density at x for a gamma distribution with given shape and scale parameters.
- PDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestLogNormalDistribution
-
Log-Normal Probability Density Function (PDF) Computes the probability density at x for a log-normal distribution with shape parameter shape and scale parameter scale.
- PDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestNormalDistribution
-
Computes the probability density function (PDF) of the normal distribution at x.
- PDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestUniformDistribution
-
Uniform Probability Density Function (PDF) Computes the probability density at x for a uniform distribution U(min, max).
- PDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestWeibullDistribution
-
Weibull Distribution Probability Density Function (PDF) Computes the probability density at x for a Weibull distribution with specified shape and scale parameters.
- PDF(double, double, double, double, double) - Static method in class com.opttek.optquest.COptQuestParetoDistribution
-
Pareto Probability Density Function (PDF) Computes the probability density at x for a Pareto distribution with given parameters.
- PDF(int, double) - Static method in class com.opttek.optquest.COptQuestPoissonDistribution
-
Poisson Probability Density Function (PDF) Computes P(X = k) where X follows a Poisson distribution with rate parameter lambda.
- POP_EXPANSION_FACTOR - Variable in class com.opttek.optquest.COptQuestSearchParameters
- POP_MEGA_INIT - Variable in class com.opttek.optquest.COptQuestSearchParameters
- POP_MEGA_MAX - Variable in class com.opttek.optquest.COptQuestSearchParameters
- POP_NUMSOLUTIONS - Variable in class com.opttek.optquest.COptQuestSearchParameters
- POP_NUMSUBSOLUTIONS - Variable in class com.opttek.optquest.COptQuestSearchParameters
- ppf(double) - Method in class com.opttek.optquest.COptQuestBetaDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestCauchyDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestChiSquareDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestExponentialDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestGammaDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestLogNormalDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestNormalDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestParetoDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestPoissonDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestTDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestUniformDistribution
- ppf(double) - Method in class com.opttek.optquest.COptQuestWeibullDistribution
- PPF(double) - Static method in class com.opttek.optquest.COptQuestExponentialDistribution
-
Exponential Percent Point Function with default scale parameter Equivalent to expppf(p, 1.0).
- PPF(double) - Static method in class com.opttek.optquest.COptQuestNormalDistribution
-
Computes the PPF of the standard normal distribution for probability p (mean=0, std=1).
- PPF(double, double) - Static method in class com.opttek.optquest.COptQuestChiSquareDistribution
-
Chi-Square Percent Point Function (PPF) - Inverse CDF Computes the value x such that P(X ≤ x) = p, where X follows a chi-square distribution with df degrees of freedom.
- PPF(double, double) - Static method in class com.opttek.optquest.COptQuestExponentialDistribution
-
Exponential Percent Point Function (PPF) - Inverse CDF Computes the value x such that P(X ≤ x) = p, where X follows an exponential distribution with the given scale parameter.
- PPF(double, double) - Static method in class com.opttek.optquest.COptQuestGammaDistribution
-
Gamma Percent Point Function (PPF) with default scale = 1.0
- PPF(double, double) - Static method in class com.opttek.optquest.COptQuestParetoDistribution
-
Pareto Percent Point Function with default parameters Uses standard parameterization with a=1, loc=0, scale=1.
- PPF(double, double) - Static method in class com.opttek.optquest.COptQuestPoissonDistribution
-
Poisson Percent Point Function (PPF) - Inverse CDF Computes the value k such that P(X ≤ k) ≥ p, where X follows a Poisson distribution with rate parameter lambda.
- PPF(double, double) - Static method in class com.opttek.optquest.COptQuestTDistribution
-
Student's t-Distribution Percent Point Function (PPF) - Inverse CDF Computes the value t such that P(T ≤ t) = p, where T follows a t-distribution with df degrees of freedom.
- PPF(double, double, double) - Static method in class com.opttek.optquest.COptQuestBetaDistribution
-
Beta Percent Point Function (Inverse CDF/Quantile Function) Q(p) = x such that F(x) = p
- PPF(double, double, double) - Static method in class com.opttek.optquest.COptQuestCauchyDistribution
-
Cauchy Percent Point Function (PPF) - Inverse CDF Computes the value x such that P(X ≤ x) = p, where X follows a Cauchy distribution with location parameter a and scale parameter b.
- PPF(double, double, double) - Static method in class com.opttek.optquest.COptQuestGammaDistribution
-
Gamma Percent Point Function (PPF) - Inverse CDF Computes the value x such that P(X ≤ x) = p, where X follows a gamma distribution with given shape and scale parameters.
- PPF(double, double, double) - Static method in class com.opttek.optquest.COptQuestLogNormalDistribution
-
Log-Normal Percent Point Function (PPF) - Inverse CDF Computes the value x such that P(X ≤ x) = p, where X follows a log-normal distribution with shape parameter shape and scale parameter scale.
- PPF(double, double, double) - Static method in class com.opttek.optquest.COptQuestNormalDistribution
-
Computes the percent point function (PPF, inverse CDF) of the normal distribution for probability p.
- PPF(double, double, double) - Static method in class com.opttek.optquest.COptQuestUniformDistribution
-
Uniform Percent Point Function (PPF) - Inverse CDF Computes the value x such that P(X ≤ x) = p, where X follows a uniform distribution U(min, max).
- PPF(double, double, double) - Static method in class com.opttek.optquest.COptQuestWeibullDistribution
-
Weibull Distribution Percent Point Function (PPF) - Inverse CDF Computes the value x such that P(X ≤ x) = p, where X follows a Weibull distribution with specified shape and scale parameters.
- PPF(double, double, double, double, double) - Static method in class com.opttek.optquest.COptQuestParetoDistribution
-
Pareto Percent Point Function (PPF) - Inverse CDF Computes the value x such that P(X ≤ x) = p, where X follows a Pareto distribution with given parameters.
- println(String) - Static method in class com.opttek.optquest.COptQuestExceptionLogger
- PSO_POPULATION - Variable in class com.opttek.optquest.COptQuestSearchParameters
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form