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