Learn R Programming

DiscreteDists (version 1.1.3)

estim_mu_sigma_NPGL2: estim_mu_sigma_NPGL2

Description

estim_mu_sigma_NPGL2

Usage

estim_mu_sigma_NPGL2(y)

Arguments

y

vector with the random sample

Examples

Run this code
y <- rNPGL2(n = 100, mu = 3, sigma = 2)
estim_mu_sigma_NPGL2(y = y)

Run the code above in your browser using DataLab