The OpenD Programming Language

quantileType

For all QuantileAlgo except QuantileAlgo.type1 and QuantileAlgo.type3, this is an alias to the $(MATHREF stat, meanType) of T

For QuantileAlgo.type1 and QuantileAlgo.type3, this is an alias to the $(MATHREF sum, elementType) of T.

package
template quantileType (
T
QuantileAlgo quantileAlgo
) {}

Meta