XML Schema Documentation

Model Group: AnalyticDerivativeParameters.model

[Table of contents]

Name AnalyticDerivativeParameters.model
Used by (from the same schema document) Model Group DerivativeCalculationParameters.model
Documentation Parameters used in the computation of a derivative using analytical (closed form formula) techiques.
XML Instance Representation
<derivativeFormula> xsd:string </derivativeFormula> [0..1]

'The formula used to compute the derivative (perhaps could be updated to use the Formula type in EQS.).'

Diagram
Schema Component Representation
<xsd:group name="AnalyticDerivativeParameters.model">
<xsd:sequence>
<xsd:element name="derivativeFormula" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
</xsd:group>