EMPL_SRS: Estimation of Mean Past Lifetime under SRS

Description Usage Arguments Value Examples

Description

Estimation of Mean Past Lifetime Based on the Simple Random Sampling Scheme (EMPL_SRS)

Usage

1

Arguments

t

A numeric vector

data

Data generated from Simple random sampling

Value

The Estimation of MPL based on the SRS

Examples

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

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