Click or drag to resize

TimeSeriesPopulationStatistics Class

Contains estimates of the moments of the population from which a time series is drawn.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsTimeSeriesPopulationStatistics

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class TimeSeriesPopulationStatistics

The TimeSeriesPopulationStatistics type exposes the following members.

Properties
  NameDescription
Public propertyMean
Gets the best estimate, with uncertainty, of the mean of the time series.
Top
Methods
  NameDescription
Public methodAutocovariance
Returns the auto-covariance for the given lag.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class is returned by the method PopulationStatistics; see the documentation of that method for an explanation of its purpose.

See Also