Learn R Programming

PortfolioEffectHFT (version 1.6)

optimizer-class: Class "optimizer"

Description

Class for storing optimization goals and constraints.

Arguments

Slots

java:
Object of class "jobjRef" ~~
portfolio:
Object of class "jobjRef" ~~
errorInDecimalPoints:
Object of class "numeric" ~~
globalOptimumProbability:
Object of class "numeric" ~~
constraintMerticFunctions:
Object of class "ANY" ~~
constraintTypeFunctions:
Object of class "ANY" ~~
functions:
Object of class "ANY" ~~
constraintConfidenceIntervalFunctions:
Object of class "ANY" ~~
constraintSymbolsFunctions:
Object of class "ANY" ~~
constraintMerticSimple:
Object of class "ANY" ~~
constraintTypeSimple:
Object of class "ANY" ~~
constraintValueSimple:
Object of class "ANY" ~~
constraintConfidenceInterval:
Object of class "ANY" ~~
constraintSymbols:
Object of class "ANY" ~~
portfolioValue:
Object of class "ANY" ~~
goal:
Object of class "character" ~~
direction:
Object of class "character" ~~
confidenceInterval:
Object of class "numeric" ~~
forecastedValueLists:
Object of class "ANY" ~~
forecastExponentialWindow:
Object of class "ANY" ~~
forecastType:
Object of class "ANY" ~~
forecastTimeStep:
Object of class "ANY" ~~
forecastPortfolioWindow:
Object of class "ANY" ~~

Examples

Run this code
showClass("optimizer")

Run the code above in your browser using DataLab