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 Summary
Fields inherited from class com.kheops.jmap.client.thematic.CategoriesFactory
categoriesBounds
-
Constructor Summary
ConstructorDescriptionStandardDeviationCategories
(int nbCategories, double average, double stdev, double minValue, double maxValue) -
Method Summary
Methods inherited from class com.kheops.jmap.client.thematic.CategoriesFactory
clone, getCategoriesBounds, getMaximumBound, getMinimumBound, roundAtDecimal
-
Constructor Details
-
StandardDeviationCategories
public StandardDeviationCategories(int nbCategories, double average, double stdev, double minValue, double maxValue)
-
-
Method Details
-
getCategoriesType
- Specified by:
getCategoriesType
in classCategoriesFactory
- Returns:
- Returns the categoriesType.
-
clone
- Specified by:
clone
in classCategoriesFactory
-