Compute the expression without generating any random values
Source:R/zzz_CLOSED_FORM.R
CLOSED_FORM-cash-compute.Rd
This function computes a deterministic expression.
Examples
test <- closed_form(~1+mean(c(1,2,3)))
test$compute()
#> [1] 3
R/zzz_CLOSED_FORM.R
CLOSED_FORM-cash-compute.Rd
This function computes a deterministic expression.
test <- closed_form(~1+mean(c(1,2,3)))
test$compute()
#> [1] 3