powered by
This function implements the ordering process described in Chacko (1963) and Chacko (1966).
reduceVector(x, verbosity = 0L)
A list containing the original vector, the reduced vector, their weights and the number of reductions performed. Use names() and str()
names()
str()
on the output for more details.
a vector of numeric values
a natural number indicating the amount of output to print
Waldir Leoncio
reduceVector(c(10, 16, 14, 12, 18)) reduceVector(c(10, 8, 4, 2, 1)) reduceVector(chacko66_sec3) reduceVector(chacko66_sec5) reduceVector(chacko66_sec5, verbosity = 1)
Run the code above in your browser using DataLab