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 ImmutableHistogram
Creates an immutable copy of aHistogram
value.static ImmutableHistogram
ImmutableHistogram.of
(Collection<Angle> data, double binWidth) Construct a new immutableHistogram
instance.final ImmutableHistogram
ImmutableHistogram.withBinWidth
(double value) Copy the current immutable object by setting a value for thebinWidth
attribute.final ImmutableHistogram
ImmutableHistogram.withData
(Collection<Angle> value) Copy the current immutable object by setting a value for thedata
attribute.