Former-commit-id:133dc97f67
[formerlya02aeb236c
] [formerly9f19e3f712
] [formerly06a8b51d6d
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]] Former-commit-id:06a8b51d6d
Former-commit-id:377dcd10b9
[formerly3360eb6c5f
] Former-commit-id:8e80217e59
5 lines
No EOL
445 B
Text
5 lines
No EOL
445 B
Text
For a given edit area, the histogram will list the number of occurrences of each grid value. Suppose, for example, we are sampling a MaxT grid over a small edit area of 30 points. You might have a list of pairs:
|
|
(10,70), (15, 71), (5, 73)
|
|
indicating that 10 grid points had a value of 70 degrees, 15 points had a value of 71 degrees, and 5 grid point had a value of 73 degrees.
|
|
|
|
The Sampler code is written in C++ for maximum performance. |