|
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.StandardDeviationStrategy
public class StandardDeviationStrategy
Calculates Standard Deviations
| Field Summary |
|---|
| Fields inherited from class inetsoft.graph.guide.form.TargetStrategy |
|---|
sortedIndices |
| Constructor Summary | |
|---|---|
StandardDeviationStrategy()
Convenience constructor. |
|
StandardDeviationStrategy(Collection factors,
boolean isSample)
Build from a collection of Doubles |
|
| Method Summary | |
|---|---|
protected String[] |
generateDefaultLabels(double[] bandBoundaries,
boolean dateTarget)
Generate labels for boundary lines using the line boundaries. |
protected double[] |
getRuntimeBoundaries(double[] data)
Generate the runtime boundary values in original order. |
boolean |
isSample()
Get whether this is a sample or population standard deviation |
protected void |
reorderValues(Integer[] indices)
|
void |
setSample(boolean value)
Set whether this is a sample or population standard deviation |
| 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 StandardDeviationStrategy()
public StandardDeviationStrategy(Collection factors,
boolean isSample)
| Method Detail |
|---|
public void setSample(boolean value)
public boolean isSample()
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 TargetStrategy
|
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 | ||||||||