jdistlib
Class SignRank
- java.lang.Object
-
- jdistlib.generic.GenericDistribution
-
- jdistlib.SignRank
-
public class SignRank extends GenericDistribution
-
-
Constructor Summary
Constructors Constructor and Description SignRank(int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublecumulative(double p, boolean lower_tail, boolean log_p)doublecumulative(int x, boolean lower_tail, boolean log_p)doubledensity(double x, boolean log)doubledensity(int x, boolean give_log)RandomEnginegetRandomEngine()doublequantile(double x, boolean lower_tail, boolean log_p)doublerandom()double[]random(int n, RandomEngine r)doublerandom(RandomEngine rr)Old RNG APIvoidsetRandomEngine(RandomEngine rand)-
Methods inherited from class jdistlib.generic.GenericDistribution
cumulative_hazard, cumulative_hazard, cumulative, cumulative, cumulative, density, density, hazard, hazard, inverse_survival, inverse_survival, quantile, quantile, quantile, random, survival, survival, survival
-
-
-
-
Method Detail
-
density
public double density(int x, boolean give_log)
-
cumulative
public double cumulative(int x, boolean lower_tail, boolean log_p)
-
quantile
public double quantile(double x, boolean lower_tail, boolean log_p)- Specified by:
quantilein classGenericDistribution
-
setRandomEngine
public void setRandomEngine(RandomEngine rand)
- Overrides:
setRandomEnginein classGenericDistribution
-
getRandomEngine
public RandomEngine getRandomEngine()
- Overrides:
getRandomEnginein classGenericDistribution
-
random
public double random()
- Specified by:
randomin classGenericDistribution
-
random
public double random(RandomEngine rr)
Description copied from class:GenericDistributionOld RNG API- Overrides:
randomin classGenericDistribution- Parameters:
rr- random number generator- Returns:
- Random number for the distribution
-
random
public double[] random(int n, RandomEngine r)
-
density
public double density(double x, boolean log)- Specified by:
densityin classGenericDistribution
-
cumulative
public double cumulative(double p, boolean lower_tail, boolean log_p)- Specified by:
cumulativein classGenericDistribution
-
-
DMelt 3.0 © DataMelt by jWork.ORG