Represents a specific observation in a VariableCollection.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Structure Observation _ Implements ICustomTypeDescriptor |
| C# |
|---|
public struct Observation : ICustomTypeDescriptor |
| C++ |
|---|
public value class Observation : ICustomTypeDescriptor |
Methods
| Icon | Type | Description |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. | |
| Finalize() | ||
| GetHashCode() | Returns the hash code for this instance. | |
| GetType() | Gets the Type of the current instance. | |
| MemberwiseClone() | Creates a shallow copy of the current Object. | |
| ToString() | Returns the fully qualified type name of this instance. |
Properties
| Icon | Type | Description |
|---|---|---|
| Item(Int32) |
Gets or sets the value of the specified variable in the observation.
| |
| Item(String) |
Gets or sets the value of the specified variable in the observation.
|
Remarks
Use the Observation class to represent a single observation in a dataset represented by a
VariableCollection.
Observation implements the ICustomTypeDescriptor interface, which exposes typed information about each component of the observation based on the variable the component is derived from. The name of each exposed property is the name of the corresponding variable.