public sealed class TimeSeriesPopulationStatistics
Public NotInheritable Class TimeSeriesPopulationStatistics
public ref class TimeSeriesPopulationStatistics sealed
[<SealedAttribute>]
type TimeSeriesPopulationStatistics = class end
This class is returned by the method SeriesPopulationStatistics(IReadOnlyListDouble); see the documentation of that method for an explanation of its purpose.
Mean | Gets the best estimate, with uncertainty, of the mean of the time series. |
Autocovariance | Returns the auto-covariance for the given lag. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |