Mhat_SRS: Estimation of Mean Residual Lifetime under SRS

Description Usage Arguments Value Examples

View source: R/Mhat_SRS.R

Description

Estimation of Mean Residual Lifetime Based on the Simple Random Sampling Scheme (EMRL_SRS)

Usage

1

Arguments

t

A numeric vector

data

Data generated from Simple random sampling

Value

The Estimation of MRL based on the SRS

Examples

1
2
3
4
data <- rgamma(10000, shape = 2, scale = 1)
t <- seq(0, 10, 0.1)
Mhat_SRS(t, data)
plot(t, Mhat_SRS(t, data), type = "l", col = 2, ylim = c(0, 3))

hosseinzadeh74/ReRSS documentation built on Dec. 20, 2021, 4:48 p.m.