javanpst.distributions.tests
Class PartialCorrelationDistribution
- java.lang.Object
-
- javanpst.distributions.tests.PartialCorrelationDistribution
-
public class PartialCorrelationDistribution extends java.lang.ObjectAn implementation of the Partial Correlation distribution. Uses a Singleton pattern to ensure only an instance of the class is allowed.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublecomputeProbability(int m, double tau)Computes p-value of the Partial Correlation distribution.static PartialCorrelationDistributiongetInstance()Singleton pattern access to the distributionstatic Critical1KeyTablegetTable()Gets the table of critical values of the distribution
-
-
-
Method Detail
-
getInstance
public static PartialCorrelationDistribution getInstance()
Singleton pattern access to the distribution- Returns:
- the instance of the distribution
-
getTable
public static Critical1KeyTable getTable()
Gets the table of critical values of the distribution- Returns:
- Reference to the table
-
computeProbability
public double computeProbability(int m, double tau)Computes p-value of the Partial Correlation distribution.- Parameters:
m- number of instancestau- Partial Correlation statistic- Returns:
- p-value computed
-
-
DMelt 3.0 © DataMelt by jWork.ORG