solveDEP: Method for solving a deterministic equivalent program

Description Usage Arguments Value Author(s) See Also Examples

Description

Additional arguments to the solveDEP-method pertinent to the defined S4-classes in this package are detailed below.

Usage

1
2
## S4 method for signature 'CDEPD'
solveDEP(object, max.iter = 50)  

Arguments

object

CDEPD: An object of class "CDEP", ordinarily returned by a call to DEP().

max.iter

integer: The maximum count of iterations.

Value

An object of S4-class "CDEPS".

Author(s)

Bernhard Pfaff

See Also

CDEPS

Examples

1
2
3
example(DEP)
TsLpSol <- solveDEP(DEP)
TsLpSol

TSSP documentation built on May 2, 2019, 4:56 p.m.

Related to solveDEP in TSSP...