get_eps: Get the errors with specified distribution.

Description Usage Arguments Value Examples

Description

get_eps returns a randomly generated numeric vector.

Usage

1
get_eps(eps_dist, n)

Arguments

eps_dist

specified type of distibution.Supports ("uniform","t","laplace").

n

sample size

Value

numeric vector.

Examples

1
get_eps(eps_dist = "uniform", n = 100)

bendenis/701_Project documentation built on May 14, 2019, 10:37 a.m.