weighted.sd: Calculate Weighted Standard Deviation

View source: R/calc_projections.R

weighted.sdR Documentation

Calculate Weighted Standard Deviation

Description

Function to calculate weighted standard deviation.

Usage

weighted.sd(x, w, na.rm = FALSE)

Arguments

x

The observations to calculate the standard deviations from

w

The weights associated with each observation.

na.rm

If TRUE, then NA values will be removed.


FantasyFootballAnalytics/ffanalytics documentation built on June 8, 2025, 4:15 a.m.