ci_optimizer | R Documentation |
Optmization algorithm based on fmincon
ci_optimizer(x)
x |
A Dataframe |
A data frame
x <- data.frame(rnorm(20),rnorm(20),rnorm(20),rnorm(20))
ci_optimizer(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.