RegressionSampleSpanDays Property |
Returns the number of days 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 int SampleSpanDays { get; }
Public ReadOnly Property SampleSpanDays As Integer
Get
Property Value
Int32Remarks This could be shorter than the number of days covered by
the
InputData sent in your request, if the location
could not provide enough weather data to cover it all.
See Also