Package | Description |
---|---|
broadwick.statistics.distributions |
This package contains classes for defining distributions, including user defined ones.
|
Modifier and Type | Method and Description |
---|---|
IntegerDistribution |
IntegerDistribution.copy()
Creates a copy of this histogram and returns it.
|
IntegerDistribution |
IntegerDistribution.normaliseBins(int constant)
Normalise the frequency distribution.
|
IntegerDistribution |
IntegerDistribution.scaleBins(double factor)
Scale the values in the histogram by a given factor.
|
Modifier and Type | Method and Description |
---|---|
void |
IntegerDistribution.add(IntegerDistribution hist)
Adds the content of the argument to the current object.
|
Copyright © 2015 University of Glasgow. All rights reserved.