Changes in carry?
- Given launch variables, how has probability BIP becomes HR changed?
S2 |>
select(year, LA, LS, HR_Rate) |>
pivot_wider(
names_from = year, names_prefix = "y",
values_from = HR_Rate
) |>
mutate(d_HR_logits = logit(y2023) - logit(y2021)) |>
bin_plot(
LA_breaks, LS_breaks,
label = round(d_HR_logits, 2)
)
- Biggest change is in 30-35 launch angle.