modified_estimator: Modified estimator

Description Usage Arguments Value Examples

View source: R/modified.R

Description

Modified estimator

Usage

1
modified_estimator(X, Y, coef_vec = NULL)

Arguments

X

matrix

Y

vector

coef_vec

a vector

Value

double

Examples

1
2
3
4
X <- matrix(rnorm(15),3,5)
Y <- c(2, 4.2, 5.8)
coef_vec <- c(1,2,3)
modified_estimator(X,Y,coef_vec)

Ilanlivne/ZeroEst documentation built on April 6, 2021, 4:53 a.m.