Uses of Class
pl.poznan.put.circular.ImmutableHistogram
Packages that use ImmutableHistogram
Package
Description
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 ImmutableHistogramModifier and TypeMethodDescriptionImmutableHistogram.Builder.build()Builds a newImmutableHistogram.static ImmutableHistogramCreates an immutable copy of aHistogramvalue.static ImmutableHistogramImmutableHistogram.of(Collection<Angle> data, double binWidth) Construct a new immutableHistograminstance.final ImmutableHistogramImmutableHistogram.withBinWidth(double value) Copy the current immutable object by setting a value for thebinWidthattribute.final ImmutableHistogramImmutableHistogram.withData(Collection<Angle> value) Copy the current immutable object by setting a value for thedataattribute.