V
Vilok Kusumakar
We have a series of data over a time interval. We want to
maintain the profile over a reduced interval.
We want to total value of the data series to remain the
same, but have a new profile with a similar distribution.
Simple Example. A data set over 6 (x) month period like
this
1 2 2 2 2 1
becomes the following over a 3 (y) month period.
3 4 3
Our problem set has various values of x and y and data set
is distributed randomly.
Thanks,
Vilok
maintain the profile over a reduced interval.
We want to total value of the data series to remain the
same, but have a new profile with a similar distribution.
Simple Example. A data set over 6 (x) month period like
this
1 2 2 2 2 1
becomes the following over a 3 (y) month period.
3 4 3
Our problem set has various values of x and y and data set
is distributed randomly.
Thanks,
Vilok