Specifies the fitting function that can be applied to calculated values, such as the balanced mean.
Gibt die Ausgleichsfunktion an, die auf berechnete Werte wie den ausgeglichenen Mittelwert angewendet werden kann.
Specified together with the refType, which indicates the type of values to which the fitting function applies (e.g., balancedMean, increasing).
Wird zusammen mit dem refType angegeben, der die Art der Werte spezifiziert, auf die sich die Ausgleichsfunktion bezieht (z. B. balancedMean, increasing).
2025-12-01 Created
2026-01-05: changed scope note and example.
<dcc:result refType="force_fittingFunction force_balancedMean force_increasing">
<dcc:name>
<dcc:content lang="de">Ausgleichsfunktion arithmetisches Mittel (aufsteigende Kraftstufen)</dcc:content>
<dcc:content lang="en">Fitting function arithmetic mean (increasing force levels)</dcc:content>
</dcc:name>
<dcc:description>
<dcc:content lang="de">Die in der Tabelle oben aufgeführten ausgeglichenen Mittelwerte X a sind mit folgender Funktion berechnet:</dcc:content>
<dcc:content lang="en">The balanced mean Xa values stated in the table above have been calculated with the following function:</dcc:content>
</dcc:description>
<dcc:data>
<dcc:formula refType="force_function">
<dcc:mathml>
<mathml:math>
<mathml:apply>
<mathml:eq />
<mathml:apply>
<mathml:plus />
<mathml:apply>
<mathml:times />
<mathml:ci xref="linearBalanceIncreasingCoefficient_a">a</mathml:ci>
<mathml:ci>F</mathml:ci>
</mathml:apply>
<mathml:apply>
<mathml:times />
<mathml:ci xref="quadraticBalanceIncreasingCoefficient_b">b</mathml:ci>
<mathml:apply>
<mathml:power />
<mathml:ci>F</mathml:ci>
<mathml:cn>2</mathml:cn>
</mathml:apply>
</mathml:apply>
<mathml:apply>
<mathml:times />
<mathml:ci xref="qubicBalanceIncreasingCoefficient_c">c</mathml:ci>
<mathml:apply>
<mathml:power />
<mathml:ci>F</mathml:ci>
<mathml:cn>3</mathml:cn>
</mathml:apply>
</mathml:apply>
<mathml:ci xref="constantBalanceIncreasingCoefficient_d">d</mathml:ci>
</mathml:apply>
<mathml:ci id="balancedMeanIncreasing">X</mathml:ci>
</mathml:apply>
</mathml:math>
</dcc:mathml>
</dcc:formula>
<dcc:list id="balancingFunctionCompressive" refType="force_functionParameters">
<dcc:name>
<dcc:content lang="de">Koeffizienten</dcc:content>
<dcc:content lang="en">Coefficients</dcc:content>
</dcc:name>
<dcc:quantity refType="force_coefficient force_linear" id="linearBalanceIncreasingCoefficient_a">
<si:real>
<si:value>0.001999767</si:value>
<si:unit>\milli\volt\volt\tothe{-1}\kilo\newton\tothe{-1}</si:unit>
</si:real>
</dcc:quantity>
<dcc:quantity refType="force_coefficient force_quadratic" id="quadraticBalanceIncreasingCoefficient_b">
<si:real>
<si:value>1.99e-10</si:value>
<si:unit>\milli\volt\volt\tothe{-1}\kilo\newton\tothe{-2}</si:unit>
</si:real>
</dcc:quantity>
<dcc:quantity refType="force_coefficient force_qubic" id="qubicBalanceIncreasingCoefficient_c">
<si:real>
<si:value>1e-13</si:value>
<si:unit>\milli\volt\volt\tothe{-1}\kilo\newton\tothe{-3}</si:unit>
</si:real>
</dcc:quantity>
<dcc:quantity refType="force_coefficient force_constant" id="constantBalanceIncreasingCoefficient_d">
<si:real>
<si:value>0</si:value>
<si:unit>\milli\volt\volt\tothe{-1}</si:unit>
</si:real>
</dcc:quantity>
</dcc:list>
</dcc:data>
</dcc:result>