bestCombination: Partition of a number into two factors

Description Usage Arguments Value

Description

Given a prime number factorization x, best combination partitions x into two groups, such that the product of the numbers in group one is as similar as possible to the product of the numbers of group two. This is useful in magic.dim

Usage

1

Arguments

x

prime number factorization

Value

Returns a vector c(prod(set1),prod(set2))


jimhester/surveillance documentation built on May 19, 2019, 10:33 a.m.