This function estimates stability regularization using the provided
parameters.
Usage
stability_reg_est(b, score, c)
Arguments
- b
A numeric value representing the beta
- score
A numeric value representing the score.
- c
A numeric value representing the constant.
Value
Returns the estimate of the time 2 score.
Examples
stability_reg_est(0.5, 10, 3)
#> [1] 6.5