CLOSED_FORM-cash-compute: Compute the expression without generating any random values

CLOSED_FORM$computeR Documentation

Compute the expression without generating any random values

Description

This function computes a deterministic expression.

Usage

CLOSED_FORM$compute()

Value

Numeric value.

Examples


test <- closed_form(~1+mean(c(1,2,3)))
test$compute()

TengMCing/visage documentation built on Aug. 28, 2024, 3:27 p.m.