Click or drag to resize

DateSpline Class

Interpolates temporal series.
Inheritance Hierarchy
SystemObject
  Austra.LibrarySplineDate
    Austra.LibraryDateSpline

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public sealed class DateSpline : Spline<Date>

The DateSpline type exposes the following members.

Constructors
 NameDescription
Public methodDateSplineInterpolates temporal series.
Top
Properties
 NameDescription
Public propertyAreaGets the area below the spline in its validity interval.
(Inherited from SplineARG)
Public propertyFirstGets the lower bound of the first segment.
(Overrides SplineARGFirst)
Public propertyItemDateGets the interpolated value at a given date.
Public propertyItemDoubleGets the interpolated value at a given argument.
(Inherited from SplineARG)
Public propertyKCubic piecewise polynomials.
(Inherited from SplineARG)
Public propertyLastGets the upper bound of the last segment.
(Overrides SplineARGLast)
Public propertyLastCoordinateKeeps the last coordinate for interpolating arbitrary values.
(Inherited from SplineARG)
Public propertyLengthGets the number of piecewise polynomials.
(Inherited from SplineARG)
Public propertyOriginalOriginal series.
Top
Methods
 NameDescription
Public methodDerivativeGets the interpolated derivative at a given argument.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFromGets the lower bound of a segment.
(Overrides SplineARGFrom(Int32))
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPolyGets a piecewise polynomial by its index.
(Inherited from SplineARG)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNearestArgGets the segment date nearest to a given argument.
(Inherited from SplineARG)
Public methodToGets the upper bound of a segment.
(Overrides SplineARGTo(Int32))
Public methodToStringGets a textual representation of the spline.
(Inherited from SplineARG)
Top
Remarks
Creates an interpolator for a series.
See Also