Files
AFRYCA/plugins/afryca.rcp/preloaded/module/AggregateHPR/function/weithedAverageHPRNormalized.script
T
2026-05-22 11:14:29 +02:00

12 lines
299 B
Plaintext

<function>
<subclass>afryca.ase.Function</subclass>
<file></file>
<category>AggregateHPR</category>
<name>weithedAverageHPRNormalized</name>
<description></description>
<code>
var c = aggregation.hesitantWeigthedAverageNormalized(hesitant,beta,pointA,pointB);
return c;
</code>
</function>