Hierarchical

hdistribution

Splits up a given total top-down in a hierarchy, distributing each parent's value between its children relative to the children's input weights.

Collection hdistribution(Collection x, Object total, boolean useArity=false, Collection tree=nothing, Collection subsystemmatrix=nothing, boolean =false, Collection =nothing, Collection =nothing)

hget

maps the argument to a lower hierarchy level.

Collection hget(Collection x)

hmax

Calculates the maximum of all values defined for the children of a tree node.

Collection hmax(Collection container, Object tree=nothing, Object =nothing, boolean ignoreempty=false)

hmean

Calculates the geometric mean of all values defined for the children of a tree node.

Collection hmean(Collection container, Object tree=nothing, Object =nothing, boolean ignoreempty=false)

hmin

Calculates the minimum of all values defined for the children of a tree node.

Collection hmin(Collection container, Object tree=nothing, Object =nothing, boolean ignoreempty=false)

hnorm

Normalizes the numbers belonging to one group in a container to a given total.

Collection hnorm(Collection x, Numeric total=1.0)

hpercentage

Normalizes the numbers of a container belonging to one group to 100%.

Collection hpercentage(Collection x)

hprod

Calculates the product of all values defined for the children of a tree node.

Collection hprod(Collection container, Object tree=nothing, Object =nothing, boolean ignoreempty=false)

hproduct

Multiplies the cells of a matrix with the (hidden) group level cells.

Collection hproduct(Collection matrix, Collection tree)

hsum

Sums up the values of the given argument hierarchically.

Collection hsum(Collection x, Object tree=nothing, Collection , Object =nothing, boolean ignoreempty=false)

numchildren

Calculates the number of children for each node in a tree.

Collection numchildren(Collection x)

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=