RegressionSampleSize Property |
Gets the number of energy-usage figures used for this
Regression.
Namespace: DegreeDays.Api.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public int SampleSize { get; }
Public ReadOnly Property SampleSize As Integer
Get
Property Value
Int32Remarks
This could be less than the number of input periods included in your
request if the location could not provide enough weather data to
cover all of them.
See Also