|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.guide.form.TargetStrategy
inetsoft.graph.guide.form.ConfidenceIntervalStrategy
public class ConfidenceIntervalStrategy
Calculates a confidence interval based on a confidence level
| Field Summary |
|---|
| Fields inherited from class inetsoft.graph.guide.form.TargetStrategy |
|---|
sortedIndices |
| Constructor Summary | |
|---|---|
ConfidenceIntervalStrategy()
Convenience constructor. |
|
ConfidenceIntervalStrategy(double confidenceLevel)
Construct with the confidence level. |
|
| Method Summary | |
|---|---|
protected String[] |
generateDefaultLabels(double[] bandBoundaries,
boolean dateTarget)
Generate labels for boundary lines using the line boundaries. |
double |
getConfidenceLevel()
|
String |
getGenericLabel()
Gets the generic confidence interval label. |
static String |
getGenericLabel(String confidenceLevel)
Gets the label for the specified line. |
protected double[] |
getRuntimeBoundaries(double[] data)
Generate the runtime boundary values in original order. |
protected void |
reorderValues(Integer[] indices)
|
void |
setConfidenceLevel(double confidenceLevel)
Set the confidence level. |
| Methods inherited from class inetsoft.graph.guide.form.TargetStrategy |
|---|
calculateBoundaries, generateLabels |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfidenceIntervalStrategy()
public ConfidenceIntervalStrategy(double confidenceLevel)
| Method Detail |
|---|
protected double[] getRuntimeBoundaries(double[] data)
getRuntimeBoundaries in class TargetStrategyprotected void reorderValues(Integer[] indices)
reorderValues in class TargetStrategy
protected String[] generateDefaultLabels(double[] bandBoundaries,
boolean dateTarget)
generateDefaultLabels in class TargetStrategypublic String getGenericLabel()
public static String getGenericLabel(String confidenceLevel)
public void setConfidenceLevel(double confidenceLevel)
public double getConfidenceLevel()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||