Searched refs:getWeight (Results 1 – 2 of 2) sorted by relevance
321 constexpr A getWeight() const {454 D getWeight() const {481 return wsum / getWeight();486 return getUnweightedVariance() / (getWeight() - getWeight2() / getWeight());491 return getUnweightedVariance() / getWeight();
74 constexpr double getWeight() const { return (double)mN; } in getWeight() function in ConstexprStatistics130 TEST_EXPECT_NEAR(refstat.getWeight(), stat.getWeight()); in verify()