Uses of Class
net.finmath.marketdata.model.curves.locallinearregression.CurveEstimation.Distribution
-
Packages that use CurveEstimation.Distribution Package Description net.finmath.marketdata.model.curves.locallinearregression 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.Distribution Modifier and Type Method Description static CurveEstimation.DistributionCurveEstimation.Distribution. valueOf(String name)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.Distribution Constructor Description CurveEstimation(LocalDate referenceDate, double bandwidth, double[] independentValues, double[] dependentValues, double[] partitionValues, double weight, CurveEstimation.Distribution distribution)Creates a curve estimation object.
-