BetaSource
public class HardRods extends java.lang.Object implements BetaSource
Modifier and Type | Method | Description |
---|---|---|
double |
beta(int k) |
|
double |
kbeta(int k) |
Returns k * beta(k), which in some cases has better precision than beta(k) itself.
|
int |
maxIndex() |
Returns k such that beta[j] == 0 for all j > k.
|
void |
setMaxIndex(int m) |
public double beta(int k)
beta
in interface BetaSource
public double kbeta(int k)
BetaSource
kbeta
in interface BetaSource
public void setMaxIndex(int m)
public int maxIndex()
BetaSource
maxIndex
in interface BetaSource