PROB_DETVAR-class | R Documentation |
Object to store a deterministic model for base vars
Id
Place in vector of objective functional expression function(x)x[id]
Name
readable name like f_ck, used for transform expression to objective function
Description
- Used for better understanding of vars
Value
- The deterministic value that sould be used (as mean for the normal distribution with infinite small sd)
(C) 2021 - K. Nille-Hauf, T. Feiri, M. Ricker - Hochschule Biberach, Institut fuer Konstruktiven Ingenieurbau
form_rf<-PROB_MACHINE(name="FORM RF",fCall="FORM",options=list("n_optim"=20, "loctol"=0.001, "optim_type"="rackfies")) sorm <- PROB_MACHINE(name="SORM",fCall="SORM") mcis<-PROB_MACHINE(name="MC IS",fCall="MC_IS",options=list("cov_user" = 0.05, "n_max"=300000)) mcsus<-PROB_MACHINE(name="MC SuS",fCall="MC_SubSam")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.