@@ -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# '
0 commit comments