-
Notifications
You must be signed in to change notification settings - Fork 10
242 quantile renaming #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Our meeting notes say we were going to use the term |
let's see, the variables that were renamed were:
The search I ended up using for the single letters was |
Hmmm, nuts. That's not what I listed in #242. But my memory is hazy. Does |
I think that having both |
I think some of these actually have to stay.
|
|
Ok. I think I fixed all the I was wrong about |
Ask |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a couple vars in dist_quantiles.R
that may need to be updated, I couldn't tell if David's previous comments addressed these.
R/dist_quantiles.R
Outdated
~ distributional::parameters(.x) %>% | ||
tidyr::unnest(tidyselect::everything()) %>% | ||
mutate(values = unname(values)) | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does tau_out
need to be changed too, e.g. tail_extrapolate
line 277?
Also a lot of probs
here in extrapolate_quantiles
and variants.
p
and q
used as args for functions starting on line 87, in exp_q_par
, exp_tail_q
, qlaplace
, norm_q_par
, norm_tail_q
. (Searched using regex [^_a-zA-Z0-9]p[^_a-zA-Z0-9]
).
Merge branch 'v0.0.6' into 242-quantile-renaming # Conflicts: # R/dist_quantiles.R # R/epipredict-package.R # R/layer_residual_quantiles.R # man/arx_fcast_epi_workflow.Rd # man/arx_forecaster.Rd # man/extrapolate_quantiles.Rd # man/nested_quantiles.Rd # man/smooth_quantile_reg.Rd
closes #242