Package com.kheops.jmap.client.thematic
Class StandardDeviationCategories
java.lang.Object
com.kheops.jmap.client.thematic.CategoriesFactory
com.kheops.jmap.client.thematic.StandardDeviationCategories
- All Implemented Interfaces:
- CalculatedCategoryFactory,- Serializable,- Cloneable
public class StandardDeviationCategories
extends CategoriesFactory
implements CalculatedCategoryFactory
- See Also:
- 
Field SummaryFields inherited from class com.kheops.jmap.client.thematic.CategoriesFactorycategoriesBounds
- 
Constructor SummaryConstructorsConstructorDescriptionStandardDeviationCategories(int nbCategories, double average, double stdev, double minValue, double maxValue) 
- 
Method SummaryMethods inherited from class com.kheops.jmap.client.thematic.CategoriesFactoryclone, getCategoriesBounds, getMaximumBound, getMinimumBound, roundAtDecimal
- 
Constructor Details- 
StandardDeviationCategoriespublic StandardDeviationCategories(int nbCategories, double average, double stdev, double minValue, double maxValue) 
 
- 
- 
Method Details- 
getCategoriesType- Specified by:
- getCategoriesTypein class- CategoriesFactory
- Returns:
- Returns the categoriesType.
 
- 
clone- Specified by:
- clonein class- CategoriesFactory
 
 
-