Uses of Enum
net.finmath.marketdata.model.curves.locallinearregression.CurveEstimation.Distribution
Packages that use CurveEstimation.Distribution
Package
Description
Provided classes implementing the local linear regression method, see see https://ssrn.com/abstract=3073942
-
Uses of CurveEstimation.Distribution in net.finmath.marketdata.model.curves.locallinearregression
Methods in net.finmath.marketdata.model.curves.locallinearregression that return CurveEstimation.DistributionModifier and TypeMethodDescriptionstatic CurveEstimation.Distribution
Returns the enum constant of this type with the specified name.static CurveEstimation.Distribution[]
CurveEstimation.Distribution.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.marketdata.model.curves.locallinearregression with parameters of type CurveEstimation.DistributionModifierConstructorDescriptionCurveEstimation(LocalDate referenceDate, double bandwidth, double[] independentValues, double[] dependentValues, double[] partitionValues, double weight, CurveEstimation.Distribution distribution)
Creates a curve estimation object.