Uses of Interface
microsim.statistics.weighted.IWeightedLongArraySource
-
Packages that use IWeightedLongArraySource Package Description microsim.statistics.weighted microsim.statistics.weighted.functions -
-
Uses of IWeightedLongArraySource in microsim.statistics.weighted
Classes in microsim.statistics.weighted that implement IWeightedLongArraySource Modifier and Type Class Description static class
Weighted_CrossSection.Long
-
Uses of IWeightedLongArraySource in microsim.statistics.weighted.functions
Constructors in microsim.statistics.weighted.functions with parameters of type IWeightedLongArraySource Constructor Description AbstractWeightedArrayFunction(IWeightedLongArraySource source)
Create a function on a long array source.Long(IWeightedLongArraySource source)
Create a sum function on a weighted long array source.Weighted_MeanArrayFunction(IWeightedLongArraySource source)
Create a mean function on a long array source.Weighted_SumArrayFunction(IWeightedLongArraySource source)
Create a sum function on a long array weighted-source.
-