proposed_estimator: proposed estimator

Description Usage Arguments Value Examples

View source: R/proposed.R

Description

proposed estimator

Usage

1
proposed_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)
proposed_estimator(X,Y,coef_vec)

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