Learn R Programming

RelDists (version 1.0.2)

estim_mu_sigma_GLIN: estim_mu_sigma_GLIN

Description

This function generates initial values for the GLIN distribution

Usage

estim_mu_sigma_GLIN(y)

Arguments

y

vector with the random sample

Examples

Run this code
y <- rGLIN(n = 100, mu = 3, sigma = 1.2)
estim_mu_sigma_GLIN(y = y)

Run the code above in your browser using DataLab