Interpolate an alpha value based on case numbers
vlkr_alpha_interpolated(
n,
n_min = 20,
n_max = 100,
alpha_min = VLKR_POINT_ALPHA,
alpha_max = 1
)
A value between the minimum and the maximum alpha value
Number of cases
The case number where the minimum alpha value starts
The case number where the maximum alpha value ends
The minimum alpha value
The maximum alpha value