(double[] meanAndStdDevArray, int samplestep)
| 2591 | * @param samplestep step in number of lines |
| 2592 | */ |
| 2593 | public class Band:public void ComputeBandStats(double[] meanAndStdDevArray, int samplestep) |
| 2594 | |
| 2595 | /** |
| 2596 | * Compute mean and standard deviation values. |
| 2597 | * <p> |
| 2598 | * Same as below with samplestep == 1 |
| 2599 | * |
| 2600 | * @see #ComputeBandStats(double[] meanAndStdDevArray, int samplestep) |
| 2601 | */ |
| 2602 | public class Band:public void ComputeBandStats(double[] meanAndStdDevArray) |
| 2603 | |
| 2604 | /** |
no outgoing calls