- watt - Static variable in class cern.clhep.Units
-
- weber - Static variable in class cern.clhep.Units
-
- weightedMean(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
-
Returns the weighted mean of a data sequence.
- WeightedRandomSampler - Class in cern.jet.random.sampling
-
Conveniently computes a stable subsequence of elements from a given input sequence;
Picks (samples) exactly one random element from successive blocks of weight input elements each.
- WeightedRandomSampler() - Constructor for class cern.jet.random.sampling.WeightedRandomSampler
-
Calls BlockedRandomSampler(1,null).
- WeightedRandomSampler(int, RandomEngine) - Constructor for class cern.jet.random.sampling.WeightedRandomSampler
-
Chooses exactly one random element from successive blocks of weight input elements each.
- weightedRMS(double, double) - Static method in class cern.jet.stat.Descriptive
-
Returns the weighted RMS (Root-Mean-Square) of a data sequence.
- winsorizedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.Descriptive
-
Returns the winsorized mean of a sorted data sequence.