splitParameterArray

This method takes in an Array of probability points (value, cumulative probability), Eg. X[] = {v1, cp1, v2, cp2, ...}, as the input parameter and makes a 2D array of the value/prob pairs

Parameters

pairs

An array holding the value, cumulative probability pairs.