dataset for modeling when data values repeat. Instead of storing copies of the data, the get method looks up the index. For example:
ds= CdfSparseDataSet(1,200) ds.putValues( 0, dataset(1) ) ds.putValues( 10, dataset(2) ) ds.putValues( 110, dataset(3) ) plot( ds )