Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.DistributionBucketDTO
Packages that use DistributionBucketDTO
Package
Description
Contains DTOs for symbol analysis API responses.
-
Uses of DistributionBucketDTO in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis
Methods in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis that return types with arguments of type DistributionBucketDTOModifier and TypeMethodDescriptionSymbolAnalysisReturnDistributionDTO.histogram()Returns the value of thehistogramrecord component.Constructor parameters in com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis with type arguments of type DistributionBucketDTOModifierConstructorDescriptionSymbolAnalysisReturnDistributionDTO(List<DistributionBucketDTO> histogram, List<GaussianPointDTO> gaussianCurve, double meanReturnPercent, double medianReturnPercent, double standardDeviationPercent, double skewness, double kurtosis, int observations) Creates an instance of aSymbolAnalysisReturnDistributionDTOrecord class.