public class MomentsNorm extends Object
Constructor and Description |
---|
MomentsNorm(int order)
Initialization of the normalised factorial moments.
|
Modifier and Type | Method and Description |
---|---|
void |
doc()
Show online documentation.
|
double[] |
getErrors()
Get errors on the factorial moment calculations.
|
P1D |
getResults()
Get results in form of P1D.
|
double[] |
getValues()
Get values of the normalised factorial moments (NFM).
|
void |
process(int n)
Process current event for an integer random variable
|
public MomentsNorm(int order)
order
- Max oder of the normalised factorial momentpublic void process(int n)
n
- input variable for the moment calculationspublic double[] getValues()
public double[] getErrors()
public P1D getResults()
public void doc()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics