Uses of Enum Class
com.quantfinlib.risk.PnlAttribution.Zone
Packages that use PnlAttribution.Zone
Package
Description
Risk: measurement, decomposition, credit/limits, and model validation.
-
Uses of PnlAttribution.Zone in com.quantfinlib.risk
Subclasses with type arguments of type PnlAttribution.Zone in com.quantfinlib.riskMethods in com.quantfinlib.risk that return PnlAttribution.ZoneModifier and TypeMethodDescriptionstatic PnlAttribution.ZoneReturns the enum constant of this class with the specified name.static PnlAttribution.Zone[]PnlAttribution.Zone.values()Returns an array containing the constants of this enum class, in the order they are declared.PnlAttribution.Result.zone()Returns the value of thezonerecord component.Constructors in com.quantfinlib.risk with parameters of type PnlAttribution.ZoneModifierConstructorDescriptionResult(double spearmanCorrelation, double ksStatistic, PnlAttribution.Zone zone) Creates an instance of aResultrecord class.