public class RangeStats
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float[][][][] |
fullRangeStats |
float[][][][] |
pctRangeStats |
static int |
TYPE_DAF |
static int |
TYPE_OAF |
| Constructor and Description |
|---|
RangeStats(float[][][][] fullRangeStats,
float[][][][] pctRangeStats) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPctRangeSize(int seg,
int per,
int type,
float stepSize) |
double |
getRCP(int seg,
int per,
int type)
Returns the percentage decrease in size of range
|
double |
getSDCP(int seg,
int per,
int type)
Returns the percentage decrease between the ratio of Std Deviation to
Range
|
float |
getVCP(int seg,
int per,
int type) |
public final float[][][][] fullRangeStats
public final float[][][][] pctRangeStats
public static final int TYPE_OAF
public static final int TYPE_DAF
public RangeStats(float[][][][] fullRangeStats,
float[][][][] pctRangeStats)
public int getPctRangeSize(int seg,
int per,
int type,
float stepSize)
public double getRCP(int seg,
int per,
int type)
seg - per - type - public float getVCP(int seg,
int per,
int type)
public double getSDCP(int seg,
int per,
int type)
seg - per - type -