This function calculates the Johnson ranks which are used to estimate the failure probabilities in case of (multiple) right censored data.
calculate_ranks(f, n_out, n)
A numeric vector containing the computed Johnson ranks.
a numeric vector indicating the number of failed units for a specific realization of the lifetime characteristic.
a numeric vector indicating the number of failed and censored units that have a shorter realization of lifetime characteristic as unit i.
an integer value indicating the sample size.