Uses of Class
pl.poznan.put.circular.ImmutableHistogram
-
Packages that use ImmutableHistogram Package Description pl.poznan.put.circular Classes to deal with angular data and circular statistics. -
-
Uses of ImmutableHistogram in pl.poznan.put.circular
Methods in pl.poznan.put.circular that return ImmutableHistogram Modifier and Type Method Description ImmutableHistogramImmutableHistogram.Builder. build()Builds a newImmutableHistogram.static ImmutableHistogramImmutableHistogram. copyOf(Histogram instance)Creates an immutable copy of aHistogramvalue.static ImmutableHistogramImmutableHistogram. of(Collection<Angle> data, double binWidth)Construct a new immutableHistograminstance.ImmutableHistogramImmutableHistogram. withBinWidth(double value)Copy the current immutable object by setting a value for thebinWidthattribute.ImmutableHistogramImmutableHistogram. withData(Collection<Angle> value)Copy the current immutable object by setting a value for thedataattribute.
-