R/Expected.R

## Copyright 2017 <Jeremy Yee> <jeremyyee@outlook.com.au>
## Expected value function using row rearrangement
################################################################################

Expected <- function(grid, value, disturb, weight) {
    .Call('_rcss_Expected', PACKAGE = 'rcss', grid, value, disturb, weight)
}

Try the rcss package in your browser

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

rcss documentation built on May 1, 2019, 10:13 p.m.