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