|
Input: The data set Sti that needs to be sampled at the time ti, the Predicted value of the sampling node
|
|
Output: The noise value of sampling point in Sti
|
|
for each site j ∈ Stido
|
| Predict statistics using the ARIMA model |
|
Ifthen
|
| Let the site j itself as a group, add the group to Gti
|
| Else |
| add the site j into Φ |
| Initialize cluster centers ci
|
|
whileJ not convergent do
|
| Initialize Membership matrix
|
| Calculated value function
|
| Revised cluster centers |
| Cluster result:
|
| Group the site in Φ according to P and add each group to Gki
|
| Introduce Laplace noise into each group Gti
|
| Allocate the group perturbed statistic to each site according to
|
|
|
return The noise value of sampling point in Sti
|