R/bx.R

# MsdeParEst R package ; bx.r (last modified: 2017-09-15)
# Authors: M. Delattre, C. Dion
# Copyright INRA 2017

bx <- function(x) {
        return(matrix(c(1, -x), 2, 1))
}

Try the MsdeParEst package in your browser

Any scripts or data that you put into this service are public.

MsdeParEst documentation built on May 2, 2019, 3:01 a.m.