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 April 6, 2024, 6:56 p.m.