Skip to content

Commit 089a3f4

Browse files
committed
updating default weights
1 parent ac17407 commit 089a3f4

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ffanalytics
22
Type: Package
33
Title: Scrape Data For Fantasy Football
4-
Version: 3.1.10.0000
4+
Version: 3.1.11.0000
55
Authors@R: c(person("Andrew", "Tungate",
66
role = c("aut", "cre"),
77
email = "atungate@gmail.com"),

R/calc_projections.R

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ wilcox.loc <- function(vec, na.rm = FALSE, w = NULL){
9898
#'
9999
#' These are the weights that are used for each source when calculation weighted
100100
#' averages and standard deviations if no weights are specified.
101-
#' \code{c(CBS = 0.344, Yahoo = 0.400, ESPN = 0.329, NFL = 0.329,
102-
#' FFToday = 0.379, NumberFire = 0.322, FantasyPros = 0.000,
103-
#' FantasySharks = 0.327, FantasyFootballNerd = 0.000,
104-
#' Walterfootball = 0.281, RTSports = 0.330,
105-
#' FantasyData = 0.428, Fleaflicker = 0.428, FanDuel = 0.322)}
106-
default_weights <- c(CBS = 0.344, Yahoo = 0.400, ESPN = 0.329, NFL = 0.329,
107-
FFToday = 0.379, NumberFire = 0.322, FantasyPros = 0.000,
108-
FantasySharks= 0.327, FantasyFootballNerd = 0.000,
109-
WalterFootball = 0.281, RTSports= 0.330,
110-
FantasyData= 0.428, FleaFlicker = 0.428, FanDuel = 0.322)
101+
#' \code{c(CBS = 0.145, Yahoo = 0.000, ESPN = 0.157, NFL = 0.140,
102+
#' FFToday = 0.151, NumberFire = 0.142, FantasyPros = 0.000,
103+
#' FantasySharks= 0.142, FantasyFootballNerd = 0.000,
104+
#' WalterFootball = 0.130, RTSports= 0.123,
105+
#' FantasyData= 0.000, FleaFlicker = 0.000, FanDuel = 0.142)}
106+
default_weights <- c(CBS = 0.145, Yahoo = 0.000, ESPN = 0.157, NFL = 0.140,
107+
FFToday = 0.151, NumberFire = 0.142, FantasyPros = 0.000,
108+
FantasySharks= 0.142, FantasyFootballNerd = 0.000,
109+
WalterFootball = 0.130, RTSports= 0.123,
110+
FantasyData= 0.000, FleaFlicker = 0.000, FanDuel = 0.142)
111111

112112
#' Default Weights for Projection Sources
113113
#'

data/ff_player_data.rda

-28.3 KB
Binary file not shown.

man/default_weights.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)