Uses of Interface
org.hipparchus.stat.descriptive.rank.PSquarePercentile.PSquareMarkers
-
Packages that use PSquarePercentile.PSquareMarkers Package Description org.hipparchus.stat.descriptive.rank Summary statistics based on ranks. -
-
Uses of PSquarePercentile.PSquareMarkers in org.hipparchus.stat.descriptive.rank
Methods in org.hipparchus.stat.descriptive.rank that return PSquarePercentile.PSquareMarkers Modifier and Type Method Description PSquarePercentile.PSquareMarkers
PSquarePercentile.PSquareMarkers. copySelf()
A deep copy function to clone the current instance.static PSquarePercentile.PSquareMarkers
PSquarePercentile. newMarkers(List<Double> initialFive, double p)
A creation method to build Markers
-