RegressionSampleSpan Property |
Returns a
DayRange representing the full period
covered by the sample (including any gaps) that was used for this
Regression.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DayRange SampleSpan { get; }
Public ReadOnly Property SampleSpan As DayRange
Get
Property Value
DayRangeRemarks
This could be shorter than the full range of the
InputData sent in your request, if the location could
not provide enough weather data to cover it all.
See Also