Computes the model.

Namespace: Extreme.Statistics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public Sub Compute
C#
public void Compute ()
Visual 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.

See Also