calculate_ranks: Computation of Johnson Ranks

View source: R/RcppExports.R

calculate_ranksR Documentation

Computation of Johnson Ranks

Description

This function calculates the Johnson ranks which are used to estimate the failure probabilities in case of (multiple) right censored data.

Usage

calculate_ranks(f, n_out, n)

Arguments

f

a numeric vector indicating the number of failed units for a specific realization of the lifetime characteristic.

n_out

a numeric vector indicating the number of failed and censored units that have a shorter realization of lifetime characteristic as unit i.

n

an integer value indicating the sample size.

Value

A numeric vector containing the computed Johnson ranks.


weibulltools documentation built on April 5, 2023, 5:10 p.m.