|
|
| Constructors |
public ProbabilityPlot(double[] dataArray) | ||
|
public ProbabilityPlot(Double[] dataArray) | |||
|
public ProbabilityPlot(float[] dataArray) | |||
|
public ProbabilityPlot(Float[] dataArray) | |||
|
public ProbabilityPlot(int[] dataArray) | |||
|
public ProbabilityPlot(Integer[] dataArray) | |||
|
public ProbabilityPlot(long[] dataArray) | |||
|
public ProbabilityPlot(Long[] dataArray) | |||
|
public ProbabilityPlot(short[] dataArray) | |||
|
public ProbabilityPlot(Short[] dataArray) | |||
|
public ProbabilityPlot(byte[] dataArray) | |||
|
public ProbabilityPlot(Byte[] dataArray) | |||
|
public ProbabilityPlot(BigDecimal[] dataArray) | |||
|
public ProbabilityPlot(BigInteger[] dataArray) | |||
|
public ProbabilityPlot(ArrayMaths dataArray) | |||
|
public ProbabilityPlot(ArrayList<Object> dataArray) | |||
|
public ProbabilityPlot(Vector<Object> dataArray) | |||
|
public ProbabilityPlot(Stat dataArray) | |||
| Supress display of the plot | Supress display | public void supressDisplay() | |
| Restore display | public void restoreDisplay() | ||
| Gaussian Probability Plot (Normal Probability Plot) See below for the Standard Gaussian Probability Plot |
Calculate and display plot | public void gaussianProbabiltyPlot() | |
| Correlation coefficient | public double gaussianCorrelationCoefficient() | ||
| Gradient | value | public double gaussianGradient() | |
| error | public double gaussianGradientError() | ||
| Intercept | value | public double gaussianIntercept() | |
| error | public double gaussianInterceptError() | ||
| μ | value | public double gaussianMu() | |
| error | public double gaussianMuError() | ||
| σ | value | public double gaussianSigma() | |
| error | public double gaussianSigmaError() | ||
| Sum of squares | public double gaussianSumOfSquares() | ||
| Order Statistic Medians | public double[] gaussianOrderStatisticMedians() | ||
| Standard Gaussian Probability Plot (Normal Probability Plot) See above for the Two Parameter Gaussian Probability Plot |
Calculate and display plot | public void gaussianStandardProbabiltyPlot() | |
| Correlation coefficient | public double gaussianStandardCorrelationCoefficient() | ||
| Gradient | value | public double gaussianStandardGradient() | |
| error | public double gaussianStandardGradientError() | ||
| Intercept | value | public double gaussianStandardIntercept() | |
| error | public double gaussianStandardInterceptError() | ||
| Sum of squares | public double gaussianStandardSumOfSquares() | ||
| Order Statistic Medians | public double[] gaussianStandardOrderStatisticMedians() | ||
| Exponential Probability Plot | Calculate and display plot | public void exponentialProbabiltyPlot() | |
| Correlation coefficient | public double exponentialCorrelationCoefficient() | ||
| Gradient | value | public double exponentialGradient() | |
| error | public double exponentialGradientError() | ||
| Intercept | value | public double exponentialIntercept() | |
| error | public double exponentialInterceptError() | ||
| μ | value | public double exponentialMu() | |
| error | public double exponentialMuError() | ||
| σ | value | public double exponentialSigma() | |
| error | public double exponentialSigmaError() | ||
| Sum of squares | public double exponentialSumOfSquares() | ||
| Order Statistic Medians | public double[] exponentialOrderStatisticMedians() | ||
| F-Distribution Probability Plot | Calculate and display plot | public void fDistributionProbabiltyPlot(int nu1, int nu2) | |
| Correlation coefficient | public double fDistributionCorrelationCoefficient() | ||
| Gradient | value | public double fDistributionGradient() | |
| error | public double fDistributionGradientError() | ||
| Intercept | value | public double fDistributionIntercept() | |
| error | public double fDistributionInterceptError() | ||
| Sum of squares | public double fDistributionSumOfSquares() | ||
| Order Statistic Medians | public double[] fDistributionOrderStatisticMedians() | ||
| Fréchet Probability Plot | Calculate and display plot | public void frechetProbabiltyPlot() | |
| Correlation coefficient | public double frechetCorrelationCoefficient() | ||
| Gradient | value | public double frechetGradient() | |
| error | public double frechetGradientError() | ||
| Intercept | value | public double frechetIntercept() | |
| error | public double frechetInterceptError() | ||
| μ | value | public double frechetMu() | |
| error | public double frechetMuError() | ||
| σ | value | public double frechetSigma() | |
| error | public double frechetSigmaError() | ||
| γ | value | public double frechetGamma() | |
| error | public double frechetGammaError() | ||
| Sum of squares | public double frechetSumOfSquares() | ||
| Order Statistic Medians | public double[] frechetOrderStatisticMedians() | ||
| Gumbel (minimum order statistic) Probability Plot | Calculate and display plot | public void gumbelMinProbabiltyPlot() | |
| Correlation coefficient | public double gumbelMinCorrelationCoefficient() | ||
| Gradient | value | public double gumbelMinGradient() | |
| error | public double gumbelMinGradientError() | ||
| Intercept | value | public double gumbelMinIntercept() | |
| error | public double gumbelMinInterceptError() | ||
| μ | value | public double gumbelMinMu() | |
| error | public double gumbelMinMuError() | ||
| σ | value | public double gumbelMinSigma() | |
| error | public double gumbelMinSigmaError() | ||
| Sum of squares | public double gumbelMinSumOfSquares() | ||
| Order Statistic Medians | public double[] gumbelMinOrderStatisticMedians() | ||
| Gumbel (maximum order statistic) Probability Plot | Calculate and display plot | public void gumbelMaxProbabiltyPlot() | |
| Correlation coefficient | public double gumbelMaxCorrelationCoefficient() | ||
| Gradient | value | public double gumbelMaxGradient() | |
| error | public double gumbelMaxGradientError() | ||
| Intercept | value | public double gumbelMaxIntercept() | |
| error | public double gumbelMaxInterceptError() | ||
| μ | value | public double gumbelMaxMu() | |
| error | public double gumbelMaxMuError() | ||
| σ | value | public double gumbelMaxSigma() | |
| error | public double gumbelMaxSigmaError() | ||
| Sum of squares | public double gumbelMaxSumOfSquares() | ||
| Order Statistic Medians | public double[] gumbelMaxOrderStatisticMedians() | ||
| Logistic Probability Plot | Calculate and display plot | public void logisticProbabiltyPlot() | |
| Correlation coefficient | public double logisticCorrelationCoefficient() | ||
| Gradient | value | public double logisticGradient() | |
| error | public double logisticGradientError() | ||
| Intercept | value | public double logisticIntercept() | |
| error | public double logisticInterceptError() | ||
| μ | value | public double logisticMu() | |
| error | public double logisticMuError() | ||
| β | value | public double logisticBeta() | |
| error | public double logisticBetaError() | ||
| Sum of squares | public double logisticSumOfSquares() | ||
| Order Statistic Medians | public double[] logisticOrderStatisticMedians() | ||
| Pareto Probability Plot | Calculate and display plot | public void paretoProbabiltyPlot() | |
| Correlation coefficient | public double paretoCorrelationCoefficient() | ||
| Gradient | value | public double paretoGradient() | |
| error | public double paretoGradientError() | ||
| Intercept | value | public double paretoIntercept() | |
| error | public double paretoInterceptError() | ||
| α | value | public double paretoAlpha() | |
| error | public double paretoAlphaError() | ||
| β | value | public double paretoBeta() | |
| error | public double paretoBetaError() | ||
| Sum of squares | public double paretoSumOfSquares() | ||
| Order Statistic Medians | public double[] paretoOrderStatisticMedians() | ||
| Rayleigh Probability Plot | Calculate and display plot | public void rayleighProbabiltyPlot() | |
| Correlation coefficient | public double rayleighCorrelationCoefficient() | ||
| Gradient | value | public double rayleighGradient() | |
| error | public double rayleighGradientError() | ||
| Intercept | value | public double rayleighIntercept() | |
| error | public double rayleighInterceptError() | ||
| β | value | public double rayleighBeta() | |
| error | public double rayleighBetaError() | ||
| Sum of squares | public double rayleighSumOfSquares() | ||
| Order Statistic Medians | public double[] rayleighOrderStatisticMedians() | ||
| Weibull Probability Plot (Three Parameters) See below for the Two Parameter Weibull and the Standard Weibull Probability Plots |
Calculate and display plot | public void weibullProbabiltyPlot() | |
| Correlation coefficient | public double weibullCorrelationCoefficient() | ||
| Gradient | value | public double weibullGradient() | |
| error | public double weibullGradientError() | ||
| Intercept | value | public double weibullIntercept() | |
| error | public double weibullInterceptError() | ||
| μ | value | public double weibullMu() | |
| error | public double weibullMuError() | ||
| σ | value | public double weibullSigma() | |
| error | public double weibullSigmaError() | ||
| γ | value | public double weibullGamma() | |
| error | public double weibullGammaError() | ||
| Sum of squares | public double weibullSumOfSquares() | ||
| Order Statistic Medians | public double[] weibullOrderStatisticMedians() | ||
| Two parameter Weibull Probability Plot See above for Three Parameter Weibull Plot See below for Standard Weibull Plot |
Calculate and display plot | public void weibullTwoParProbabiltyPlot() | |
| Correlation coefficient | public double weibullTwoParCorrelationCoefficient() | ||
| Gradient | value | public double weibullTwoParGradient() | |
| error | public double weibullTwoParGradientError() | ||
| Intercept | value | public double weibullTwoParIntercept() | |
| error | public double weibullTwoParInterceptError() | ||
| σ | value | public double weibullTwoParSigma() | |
| error | public double weibullTwoParSigmaError() | ||
| γ | value | public double weibullTwoParGamma() | |
| error | public double weibullTwoParGammaError() | ||
| Sum of squares | public double weibullTwoParSumOfSquares() | ||
| Order Statistic Medians | public double[] weibullTwoParOrderStatisticMedians() | ||
| Standard Weibull Probability Plot See above for Three Parameter Weibull and Two Parameter Weibull Probability Plots |
Calculate and display plot | public void weibullStandardProbabiltyPlot() | |
| Correlation coefficient | public double weibullStandardCorrelationCoefficient() | ||
| Gradient | value | public double weibullStandardGradient() | |
| error | public double weibullStandardGradientError() | ||
| Intercept | value | public double weibullStandardIntercept() | |
| error | public double weibullStandardInterceptError() | ||
| γ | value | public double weibullStandardGamma() | |
| error | public double weibullStandardGammaError() | ||
| Sum of squares | public double weibullStandardSumOfSquares() | ||
| Order Statistic Medians | public double[] weibullStandardOrderStatisticMedians() | ||
| Common methods | Ordered data array | public double[] orderedData() | |
| Number of data points | public int numberOfDataPoints() | ||
| Data mean | public double mean() | ||
| Data standard deviation | public double standardDeviation() | ||
| Data minimum | public double minimum() | ||
| Data maximum | public double maximum() | ||
| Numerical differentiation step, &delta |
Current value | public double delta() | |
| Reset value | public void resetDelta(double delta) | ||
| Standard deviation denominator |
Set to n | public void setDenominatorToN() | |
| Set to n-1 | public void setDenominatorToNminusOne() | ||

