Computes the model.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub Compute |
| C# |
|---|
public void Compute () |
| C++ |
|---|
public: void Compute () |
Remarks
This method must be called explicitly before any of the model's results
can be accessed. It must also be called after a call to ResetComputation().
Use the Computed property to determine whether this method needs to be called.